File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5722,7 +5722,7 @@ public final Observable<T> repeat(final long count, Scheduler scheduler) {
5722
5722
/**
5723
5723
* Returns an Observable that emits the same values as the source Observable with the exception of an
5724
5724
* {@code onCompleted}. An {@code onCompleted} notification from the source will result in the emission of
5725
- * a {@link void} item to the Observable provided as an argument to the {@code notificationHandler}
5725
+ * a {@code void} item to the Observable provided as an argument to the {@code notificationHandler}
5726
5726
* function. If that Observable calls {@code onComplete} or {@code onError} then {@code repeatWhen} will
5727
5727
* call {@code onCompleted} or {@code onError} on the child subscription. Otherwise, this Observable will
5728
5728
* resubscribe to the source Observable, on a particular Scheduler.
@@ -5759,7 +5759,7 @@ public Void call(Notification<?> notification) {
5759
5759
/**
5760
5760
* Returns an Observable that emits the same values as the source Observable with the exception of an
5761
5761
* {@code onCompleted}. An {@code onCompleted} notification from the source will result in the emission of
5762
- * a {@link void} item to the Observable provided as an argument to the {@code notificationHandler}
5762
+ * a {@code void} item to the Observable provided as an argument to the {@code notificationHandler}
5763
5763
* function. If that Observable calls {@code onComplete} or {@code onError} then {@code repeatWhen} will
5764
5764
* call {@code onCompleted} or {@code onError} on the child subscription. Otherwise, this Observable will
5765
5765
* resubscribe to the source observable.
You can’t perform that action at this time.
0 commit comments