Skip to content

Commit

Permalink
Merge pull request #6825 from afkham/master
Browse files Browse the repository at this point in the history
Fix #6700
  • Loading branch information
sameerajayasoma authored Apr 7, 2018
2 parents 6dbb954 + 927bd7c commit 6df02cb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import ballerina/util;
@final int CACHE_CLEANUP_INTERVAL = 5000;

@Description {value:"Map which stores all of the caches."}
map cacheMap = {"_": "_"}; //TODO: temp workaround unti pkg level init is fixed // fixme
map cacheMap;

@Description {value:"Cleanup task ID."}
string cacheCleanupTaskID = createCacheCleanupTask();
Expand Down

0 comments on commit 6df02cb

Please sign in to comment.