Skip to content

Commit

Permalink
Update Deprecation JavaDoc
Browse files Browse the repository at this point in the history
Co-authored-by: Guy Korland <gkorland@gmail.com>
  • Loading branch information
sazzad16 and gkorland authored Mar 28, 2021
1 parent c939b78 commit f472d8c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/main/java/redis/clients/jedis/BinaryJedis.java
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ private void initializeFromURI(URI uri) {
}

/**
* @deprecated This will constructor will be removed in future releases
* @deprecated This constructor will be removed in future releases
*
* Use {@link BinaryJedis#BinaryJedis(redis.clients.jedis.JedisSocketFactory, redis.clients.jedis.JedisClientConfig)}
*/
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/redis/clients/jedis/Jedis.java
Original file line number Diff line number Diff line change
Expand Up @@ -154,9 +154,9 @@ public Jedis(final URI uri, JedisClientConfig config) {
}

/**
* @deprecated This will constructor will be removed in future releases
* @deprecated This constructor will be removed in future major release.
*
* Use {@link Jedis#Jedis(redis.clients.jedis.JedisSocketFactory, redis.clients.jedis.JedisClientConfig)}
* Use {@link Jedis#Jedis(redis.clients.jedis.JedisSocketFactory, redis.clients.jedis.JedisClientConfig)}.
*/
@Deprecated
public Jedis(final JedisSocketFactory jedisSocketFactory) {
Expand Down

0 comments on commit f472d8c

Please sign in to comment.