提交 16b28b7a 编写于 作者: N Nikita Koksharov

javadocs fixed

上级 aa7ddb84
...@@ -85,7 +85,7 @@ public interface RTopicReactive { ...@@ -85,7 +85,7 @@ public interface RTopicReactive {
Mono<Void> removeListener(MessageListener<?> listener); Mono<Void> removeListener(MessageListener<?> listener);
/** /**
* Returns stream of messages. * Returns continues stream of messages.
* *
* @param <M> type of message * @param <M> type of message
* @param type - type of message to listen * @param type - type of message to listen
......
...@@ -86,7 +86,7 @@ public interface RTopicRx { ...@@ -86,7 +86,7 @@ public interface RTopicRx {
Completable removeListener(MessageListener<?> listener); Completable removeListener(MessageListener<?> listener);
/** /**
* Returns stream of messages. * Returns continues stream of messages.
* *
* @param <M> - type of message * @param <M> - type of message
* @param type - type of message to listen * @param type - type of message to listen
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册