Skip to content

Commit

Permalink
Un-Deprecate io.lettuce.core.LettuceFutures #1453
Browse files Browse the repository at this point in the history
  • Loading branch information
mp911de committed Oct 26, 2020
1 parent 707a552 commit 93060db
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/java/io/lettuce/core/LettuceFutures.java
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,7 @@
*
* @author Mark Paluch
* @since 3.0
* @deprecated since 6.0, use {@link Futures} instead.
*/
@Deprecated
public class LettuceFutures {

private LettuceFutures() {
Expand Down

0 comments on commit 93060db

Please sign in to comment.