File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/main/java/io/reactivex Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 27
27
* <p>Use the public {@link #dispose()} method to dispose the sequence from within an
28
28
* {@code onNext} implementation.
29
29
*
30
- * <p>Like all other consumers, {@code DefaultObserver } can be subscribed only once.
30
+ * <p>Like all other consumers, {@code DisposableObserver } can be subscribed only once.
31
31
* Any subsequent attempt to subscribe it to a new source will yield an
32
32
* {@link IllegalStateException} with message {@code "Disposable already set!"}.
33
33
*
Original file line number Diff line number Diff line change 37
37
* Calling {@link #request(long)} inside {@link #onNext(Object)} can happen at any time
38
38
* because by design, {@code onNext} calls from upstream are non-reentrant and non-overlapping.
39
39
*
40
- * <p>Like all other consumers, {@code DefaultSubscriber } can be subscribed only once.
40
+ * <p>Like all other consumers, {@code DisposableSubscriber } can be subscribed only once.
41
41
* Any subsequent attempt to subscribe it to a new source will yield an
42
42
* {@link IllegalStateException} with message {@code "Subscription already set!"}.
43
43
*
You can’t perform that action at this time.
0 commit comments