Skip to content

Commit 349f940

Browse files
committed
Update Subscribers.java
1 parent 80ccf84 commit 349f940

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/rx/observers/Subscribers.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ private Subscribers() {
3232

3333
/**
3434
* 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}
35+
* from any {@code Observable} it subscribes to. Will throw an {@link OnErrorNotImplementedException} if {@link Subscriber#onError onError}
3636
* method is called
3737
*
3838
* @return an inert {@code Observer}

0 commit comments

Comments
 (0)