Skip to content

Commit

Permalink
Warning about JedisMetaInfo movement
Browse files Browse the repository at this point in the history
  • Loading branch information
sazzad16 committed Oct 19, 2023
1 parent 92c9a60 commit 15ac9fa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/java/redis/clients/jedis/util/JedisMetaInfo.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@

/**
* Jedis Meta info load version groupId
* @deprecated {@link JedisMetaInfo} will be moved into parent package ({@code redis.clients.jedis})
* and will be package private.
*/
@Deprecated
public class JedisMetaInfo {

private static final String groupId;
Expand Down

0 comments on commit 15ac9fa

Please sign in to comment.