From 6d0340767200be458b8a26bd415a0545f7642eeb Mon Sep 17 00:00:00 2001 From: Paul Woitaschek Date: Mon, 6 Feb 2017 20:48:57 +0100 Subject: [PATCH] Removed documentation leftover (#5076) That wrongly states that the error will be swallowed --- src/main/java/io/reactivex/Completable.java | 2 -- 1 file changed, 2 deletions(-) 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}.