Skip to content

Commit 6d03407

Browse files
PaulWoitaschekakarnokd
authored andcommitted
Removed documentation leftover (#5076)
That wrongly states that the error will be swallowed
1 parent 154fe09 commit 6d03407

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/main/java/io/reactivex/Completable.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1708,8 +1708,6 @@ public final Disposable subscribe(final Action onComplete, final Consumer<? supe
17081708
* If the Completable emits an error, it is wrapped into an
17091709
* {@link io.reactivex.exceptions.OnErrorNotImplementedException OnErrorNotImplementedException}
17101710
* and routed to the RxJavaPlugins.onError handler.
1711-
* <p>
1712-
* If this Completable emits an error, it is sent to RxJavaPlugins.onError and gets swallowed.
17131711
* <dl>
17141712
* <dt><b>Scheduler:</b></dt>
17151713
* <dd>{@code subscribe} does not operate by default on a particular {@link Scheduler}.</dd>

0 commit comments

Comments
 (0)