Skip to content

Commit e247f63

Browse files
authored
Warning about JedisMetaInfo movement (#3591)
1 parent 92c9a60 commit e247f63

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/main/java/redis/clients/jedis/util/JedisMetaInfo.java

+3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@
66

77
/**
88
* Jedis Meta info load version groupId
9+
* @deprecated {@link JedisMetaInfo} will be moved into parent package ({@code redis.clients.jedis})
10+
* and will be package private.
911
*/
12+
@Deprecated
1013
public class JedisMetaInfo {
1114

1215
private static final String groupId;

0 commit comments

Comments
 (0)