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 @@ -10524,7 +10524,7 @@ public final Flowable<T> onExceptionResumeNext(final Publisher<? extends T> next
10524
10524
* <dt><b>Scheduler:</b></dt>
10525
10525
* <dd>{@code onTerminateDetach} does not operate by default on a particular {@link Scheduler}.</dd>
10526
10526
* </dl>
10527
- * @return a Flowable which out references to the upstream producer and downstream Subscriber if
10527
+ * @return a Flowable which nulls out references to the upstream producer and downstream Subscriber if
10528
10528
* the sequence is terminated or downstream cancels
10529
10529
* @since 2.0
10530
10530
*/
Original file line number Diff line number Diff line change @@ -9012,7 +9012,7 @@ public final Observable<T> onExceptionResumeNext(final ObservableSource<? extend
9012
9012
* <dt><b>Scheduler:</b></dt>
9013
9013
* <dd>{@code onTerminateDetach} does not operate by default on a particular {@link Scheduler}.</dd>
9014
9014
* </dl>
9015
- * @return an Observable which out references to the upstream producer and downstream Observer if
9015
+ * @return an Observable which nulls out references to the upstream producer and downstream Observer if
9016
9016
* the sequence is terminated or downstream calls dispose()
9017
9017
* @since 2.0
9018
9018
*/
You can’t perform that action at this time.
0 commit comments