File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9100,7 +9100,7 @@ public final Observable<T> retryWhen(final Func1<? super Observable<? extends Th
9100
9100
* Returns an Observable that emits the most recently emitted item (if any) emitted by the source Observable
9101
9101
* within periodic time intervals.
9102
9102
* <p>
9103
- * <img width="640" height="305 " src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/sample.png" alt="">
9103
+ * <img width="640" height="276 " src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/sample.emitlast.1x .png" alt="">
9104
9104
* <dl>
9105
9105
* <dt><b>Backpressure:</b></dt>
9106
9106
* <dd>This operator does not support backpressure as it uses time to control data flow.</dd>
@@ -9126,7 +9126,7 @@ public final Observable<T> sample(long period, TimeUnit unit) {
9126
9126
* Returns an Observable that emits the most recently emitted item (if any) emitted by the source Observable
9127
9127
* within periodic time intervals, where the intervals are defined on a particular Scheduler.
9128
9128
* <p>
9129
- * <img width="640" height="305 " src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/sample.s.png" alt="">
9129
+ * <img width="640" height="276 " src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/sample.s.emitlast.1x .png" alt="">
9130
9130
* <dl>
9131
9131
* <dt><b>Backpressure:</b></dt>
9132
9132
* <dd>This operator does not support backpressure as it uses time to control data flow.</dd>
You can’t perform that action at this time.
0 commit comments