We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80ccf84 commit 349f940Copy full SHA for 349f940
src/main/java/rx/observers/Subscribers.java
@@ -32,7 +32,7 @@ private Subscribers() {
32
33
/**
34
* Returns an inert {@link Subscriber} that does nothing in response to the emissions or notifications
35
- * from any {@code Observable} it subscribes to. Will throw an exception if {@link Subscriber#onError onError}
+ * from any {@code Observable} it subscribes to. Will throw an {@link OnErrorNotImplementedException} if {@link Subscriber#onError onError}
36
* method is called
37
*
38
* @return an inert {@code Observer}
0 commit comments