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 c74f955 commit 3cf18a1Copy full SHA for 3cf18a1
rxjava-core/src/main/java/rx/internal/operators/OperatorMergeDelayError.java
@@ -22,7 +22,6 @@
22
import rx.Subscriber;
23
import rx.exceptions.CompositeException;
24
import rx.observers.SerializedSubscriber;
25
-import rx.plugins.RxJavaPlugins;
26
import rx.subscriptions.CompositeSubscription;
27
28
/**
@@ -128,7 +127,6 @@ public void onCompleted() {
128
127
}
129
130
void error(Throwable e) {
131
- RxJavaPlugins.getInstance().getErrorHandler().handleError(e);
132
exceptions.add(e);
133
complete();
134
0 commit comments