@@ -5519,7 +5519,7 @@ public final <R> Observable<R> reduce(R initialValue, Func2<R, ? super T, R> acc
5519
5519
* Returns an Observable that repeats the sequence of items emitted by the source Observable
5520
5520
* indefinitely.
5521
5521
* <p>
5522
- * <img width="640" src="https://raw.github.com/wiki/Netflix/RxJava/images/rx-operators/repeat.png">
5522
+ * <img width="640" src="https://raw.github.com/wiki/Netflix/RxJava/images/rx-operators/repeat.o. png">
5523
5523
*
5524
5524
* @return an Observable that emits the items emitted by the source Observable repeatedly and in
5525
5525
* sequence
@@ -5534,7 +5534,7 @@ public final Observable<T> repeat() {
5534
5534
* Returns an Observable that repeats the sequence of items emitted by the source Observable
5535
5535
* indefinitely, on a particular scheduler.
5536
5536
* <p>
5537
- * <img width="640" src="https://raw.github.com/wiki/Netflix/RxJava/images/rx-operators/repeat.s .png">
5537
+ * <img width="640" src="https://raw.github.com/wiki/Netflix/RxJava/images/rx-operators/repeat.os .png">
5538
5538
*
5539
5539
* @param scheduler
5540
5540
* the scheduler to emit the items on
@@ -5551,7 +5551,7 @@ public final Observable<T> repeat(Scheduler scheduler) {
5551
5551
* Returns an Observable that repeats the sequence of items emitted by the source
5552
5552
* Observable at most count times.
5553
5553
* <p>
5554
- * <img width="640" src="https://raw.github.com/wiki/Netflix/RxJava/images/rx-operators/repeat.n .png">
5554
+ * <img width="640" src="https://raw.github.com/wiki/Netflix/RxJava/images/rx-operators/repeat.on .png">
5555
5555
*
5556
5556
* @param count
5557
5557
* the number of times the source Observable items are repeated,
@@ -5572,7 +5572,7 @@ public final Observable<T> repeat(long count) {
5572
5572
* Returns an Observable that repeats the sequence of items emitted by the source
5573
5573
* Observable at most count times on a particular scheduler.
5574
5574
* <p>
5575
- * <img width="640" src="https://raw.github.com/wiki/Netflix/RxJava/images/rx-operators/repeat.ns .png">
5575
+ * <img width="640" src="https://raw.github.com/wiki/Netflix/RxJava/images/rx-operators/repeat.ons .png">
5576
5576
*
5577
5577
* @param count
5578
5578
* the number of times the source Observable items are repeated,
0 commit comments