Skip to content

Commit bbc85bf

Browse files
committed
Merge pull request #3524 from davidmoten/subscribe-javadoc-fix
fix subscribe() javadoc
2 parents 5c1c4a7 + cdffb6e commit bbc85bf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/java/rx/Observable.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7929,7 +7929,8 @@ public final Observable<T> startWith(T t1, T t2, T t3, T t4, T t5, T t6, T t7, T
79297929
}
79307930

79317931
/**
7932-
* Subscribes to an Observable but ignore its emissions and notifications.
7932+
* Subscribes to an Observable and ignores {@code onNext} and {@code onCompleted} emissions. If an {@code onError} emission arrives then
7933+
* {@link OnErrorNotImplementedException} is thrown.
79337934
* <dl>
79347935
* <dt><b>Scheduler:</b></dt>
79357936
* <dd>{@code subscribe} does not operate by default on a particular {@link Scheduler}.</dd>

0 commit comments

Comments
 (0)