Skip to content

Commit 125cf73

Browse files
artem-zinnatullinakarnokd
authored andcommitted
2.x: Clarify behavior of RxJavaPlugins.reset() in javadoc (#4298)
1 parent a4d3f72 commit 125cf73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/io/reactivex/plugins/RxJavaPlugins.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ public static Scheduler onSingleScheduler(Scheduler defaultScheduler) {
231231
}
232232

233233
/**
234-
* Removes all handlers and resets the default behavior.
234+
* Removes all handlers and resets to default behavior.
235235
*/
236236
public static void reset() {
237237
setErrorHandler(null);

0 commit comments

Comments
 (0)