+ fix javadoc warnings

This commit is contained in:
Costin Leau
2011-02-10 16:58:29 +02:00
parent 175de1751d
commit aba7c13a5e

View File

@@ -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();