Skip to content

Commit e846ab6

Browse files
committed
Fixing server:javadoc failure
Signed-off-by: Sagar Upadhyaya <[email protected]>
1 parent 8bb9e58 commit e846ab6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/main/java/org/opensearch/plugins/CachePlugin.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public interface CachePlugin {
3333
*
3434
* B: Map.of(ON_HEAP, new ADiskCache.Factor())
3535
*
36-
* @return
36+
* @return Map of cacheStoreType and an associated factory.
3737
*/
3838
Map<CacheStoreType, StoreAwareCache.Factory> getCacheStoreTypeMap();
3939

0 commit comments

Comments
 (0)