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 18d2222 commit a21f204Copy full SHA for a21f204
rxjava-core/src/main/java/rx/Observable.java
@@ -19,7 +19,6 @@
19
import java.util.Arrays;
20
import java.util.Collection;
21
import java.util.List;
22
-import java.util.concurrent.Executors;
23
import java.util.concurrent.Future;
24
import java.util.concurrent.TimeUnit;
25
@@ -67,7 +66,6 @@
67
66
import rx.operators.OperationZip;
68
import rx.operators.SafeObservableSubscription;
69
import rx.operators.SafeObserver;
70
-import rx.operators.OperationInterval.Interval;
71
import rx.plugins.RxJavaErrorHandler;
72
import rx.plugins.RxJavaObservableExecutionHook;
73
import rx.plugins.RxJavaPlugins;
0 commit comments