diff --git a/src/main/java/io/reactivex/Completable.java b/src/main/java/io/reactivex/Completable.java index a620028844..66d19f052c 100644 --- a/src/main/java/io/reactivex/Completable.java +++ b/src/main/java/io/reactivex/Completable.java @@ -1708,8 +1708,6 @@ public final Disposable subscribe(final Action onComplete, final Consumer - * If this Completable emits an error, it is sent to RxJavaPlugins.onError and gets swallowed. *
*
Scheduler:
*
{@code subscribe} does not operate by default on a particular {@link Scheduler}.