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 e804172 commit dfa1b68Copy full SHA for dfa1b68
src/main/java/rx/plugins/RxJavaPlugins.java
@@ -66,7 +66,8 @@ public static RxJavaPlugins getInstance() {
66
67
}
68
69
- /* package accessible for unit tests */void reset() {
+ /* publicly accessible per: https://github.com/ReactiveX/RxJava/issues/2297 */
70
+ public void reset() {
71
INSTANCE.errorHandler.set(null);
72
INSTANCE.observableExecutionHook.set(null);
73
INSTANCE.singleExecutionHook.set(null);
0 commit comments