Skip to content

Commit 3b0f4f1

Browse files
committed
Fix javadoc
1 parent d8784af commit 3b0f4f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: src/main/java/redis/clients/jedis/csc/ClientSideCache.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313

1414
/**
1515
* The class to manage the client-side caching. User can provide any of implementation of this class to the client
16-
* object; e.g. {@link redis.clients.jedis.csc.util.CaffeineCSC CaffeineCSC} or
17-
* {@link redis.clients.jedis.csc.util.GuavaCSC GuavaCSC} or a custom implementation of their own.
16+
* object; e.g. {@link redis.clients.jedis.csc.CaffeineCSC CaffeineCSC} or
17+
* {@link redis.clients.jedis.csc.GuavaCSC GuavaCSC} or a custom implementation of their own.
1818
*/
1919
public abstract class ClientSideCache {
2020

0 commit comments

Comments
 (0)