Skip to content

Commit fa52d66

Browse files
authored
Mark StaticCommandFlagsRegistry as internal (#4365)
* Mark StaticCommandFlagsRegistry as internal * Mark StaticCommandFlagsRegistry as internal
1 parent c8135e2 commit fa52d66

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/redis/clients/jedis/StaticCommandFlagsRegistry.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
package redis.clients.jedis;
22

3+
import redis.clients.jedis.annots.Internal;
34
import redis.clients.jedis.args.Rawable;
45
import redis.clients.jedis.commands.ProtocolCommand;
56
import redis.clients.jedis.util.JedisByteMap;
@@ -11,6 +12,7 @@
1112
/**
1213
* Static implementation of CommandFlagsRegistry.
1314
*/
15+
@Internal
1416
public class StaticCommandFlagsRegistry implements CommandFlagsRegistry {
1517

1618
// Empty flags constant for commands with no flags

0 commit comments

Comments
 (0)