javadocs fixed

pull/1890/head
Nikita Koksharov 6 years ago
parent 6fc768ad40
commit 066d67eb93

@ -75,7 +75,7 @@ public interface RTopic extends RTopicAsync {
/**
* Removes the listener by <code>id</code> for listening this topic
*
* @param listenerId - listener id
* @param listenerIds - listener ids
*/
void removeListener(Integer... listenerIds);

@ -59,7 +59,7 @@ public interface RTopicAsync {
/**
* Removes the listener by <code>id</code> for listening this topic
*
* @param listenerId - listener id
* @param listenerIds - listener ids
* @return void
*/
RFuture<Void> removeListenerAsync(Integer... listenerIds);

Loading…
Cancel
Save