diff --git a/spring-data-redis/src/main/java/org/springframework/data/keyvalue/redis/connection/RedisPubSubCommands.java b/spring-data-redis/src/main/java/org/springframework/data/keyvalue/redis/connection/RedisPubSubCommands.java index 3fa37ffe8..64772fe0d 100644 --- a/spring-data-redis/src/main/java/org/springframework/data/keyvalue/redis/connection/RedisPubSubCommands.java +++ b/spring-data-redis/src/main/java/org/springframework/data/keyvalue/redis/connection/RedisPubSubCommands.java @@ -27,8 +27,6 @@ public interface RedisPubSubCommands { * or not. * * @return true if the connection is subscribed, false otherwise - * @see #subscribe(MessageListener, byte[]...) - * @see #pSubscribe(MessageListener, byte[]...) */ boolean isSubscribed(); @@ -37,8 +35,6 @@ public interface RedisPubSubCommands { * not subscribed. * * @return the current subscription, null if none is available - * @see #subscribe(listener, channels) - * @see #pSubscribe(listener, channels) */ Subscription getSubscription();