File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/main/java/rx/observers Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -61,8 +61,8 @@ public static <T> Observer<T> empty() {
61
61
62
62
/**
63
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.
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.
66
66
*
67
67
* @param onNext
68
68
* a function that handles each item emitted by an {@code Observable}
You can’t perform that action at this time.
0 commit comments