Skip to content

Commit 0577b4c

Browse files
davidmotenakarnokd
authored andcommitted
Fix javadoc on RxJavaHooks.setOnError (#4257)
1 parent 4ce0d55 commit 0577b4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/rx/plugins/RxJavaHooks.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -580,7 +580,7 @@ public static <T, R> Completable.CompletableOperator onCompletableLift(Completab
580580
* <p>
581581
* This operation is threadsafe.
582582
* <p>
583-
* Calling with a {@code null} parameter restores the default behavior:
583+
* Calling with a {@code null} parameter has the effect that
584584
* errors are routed to the current thread's {@link UncaughtExceptionHandler}.
585585
* @param onError the action that will receive undeliverable Throwables
586586
*/

0 commit comments

Comments
 (0)