We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 462dfeb commit bcb066fCopy full SHA for bcb066f
src/main/java/rx/observers/Observers.java
@@ -61,8 +61,8 @@ public static <T> Observer<T> empty() {
61
62
/**
63
* Creates an {@link Observer} that receives the emissions of any {@code Observable} it subscribes to via
64
- * {@link Observer#onNext onNext} but ignores {@link Observer#onCompleted onCompleted} notifications.
65
- * It will throw an {@link OnErrorNotImplementedException} if {@link Observer#onError onError} is invoked.
+ * {@link Observer#onNext onNext} but ignores {@link Observer#onCompleted onCompleted} notifications;
+ * it will throw an {@link OnErrorNotImplementedException} if {@link Observer#onError onError} is invoked.
66
*
67
* @param onNext
68
* a function that handles each item emitted by an {@code Observable}
0 commit comments