File tree 1 file changed +1
-3
lines changed
src/main/java/io/reactivex 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 51
51
* <p>
52
52
* <img width="640" height="301" src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/Single.legend.png" alt="">
53
53
* <p>
54
- * For more information see the <a href="http://reactivex.io/documentation/observable .html">ReactiveX
54
+ * For more information see the <a href="http://reactivex.io/documentation/single .html">ReactiveX
55
55
* documentation</a>.
56
56
*
57
57
* @param <T>
@@ -3591,7 +3591,6 @@ public final <R> R to(Function<? super Single<T>, R> convert) {
3591
3591
*
3592
3592
* @return a {@link Completable} that calls {@code onComplete} on it's subscriber when the source {@link Single}
3593
3593
* calls {@code onSuccess}.
3594
- * @see <a href="http://reactivex.io/documentation/completable.html">ReactiveX documentation: Completable</a>
3595
3594
* @since 2.0
3596
3595
* @deprecated see {@link #ignoreElement()} instead, will be removed in 3.0
3597
3596
*/
@@ -3614,7 +3613,6 @@ public final Completable toCompletable() {
3614
3613
*
3615
3614
* @return a {@link Completable} that calls {@code onComplete} on it's observer when the source {@link Single}
3616
3615
* calls {@code onSuccess}.
3617
- * @see <a href="http://reactivex.io/documentation/completable.html">ReactiveX documentation: Completable</a>
3618
3616
* @since 2.1.13
3619
3617
*/
3620
3618
@ CheckReturnValue
You can’t perform that action at this time.
0 commit comments