Skip to content

Commit 18a47ea

Browse files
committed
window() behavior changed, so did marble diagram & thus its size
1 parent 00fc1af commit 18a47ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/rx/Observable.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9152,7 +9152,7 @@ public final <U, R> Observable<R> withLatestFrom(Observable<? extends U> other,
91529152
* Observable emits connected, non-overlapping windows. It emits the current window and opens a new one
91539153
* whenever the Observable produced by the specified {@code closingSelector} emits an item.
91549154
* <p>
9155-
* <img width="640" height="485" src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/window1.png" alt="">
9155+
* <img width="640" height="460" src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/window1.png" alt="">
91569156
* <dl>
91579157
* <dt><b>Backpressure Support:</b></dt>
91589158
* <dd>This operator does not support backpressure as it uses the {@code closingSelector} to control data

0 commit comments

Comments
 (0)