Skip to content

Commit

Permalink
Making TieredCachePlugin constructor public
Browse files Browse the repository at this point in the history
Signed-off-by: Sagar Upadhyaya <[email protected]>
  • Loading branch information
sgup432 committed Feb 27, 2024
1 parent f625b51 commit 2586fa1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public class TieredSpilloverCachePlugin extends Plugin implements CachePlugin {
/**
* Default constructor
*/
TieredSpilloverCachePlugin() {}
public TieredSpilloverCachePlugin() {}

@Override
public Map<String, ICache.Factory> getCacheFactoryMap() {
Expand Down

0 comments on commit 2586fa1

Please sign in to comment.