Skip to content

Commit 0b6b465

Browse files
committed
add space to a comment to force ci rebuild to see if suspected non-deterministic test fails again
1 parent dbb0834 commit 0b6b465

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rxjava-core/src/main/java/rx/Observable.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6433,7 +6433,7 @@ public final Observable<T> skipWhileWithIndex(Func2<? super T, Integer, Boolean>
64336433

64346434
/**
64356435
* Returns an Observable that emits the items in a specified {@link Observable} before it begins to emit items
6436-
* emitted by the source Observable.
6436+
* emitted by the source Observable.
64376437
* <p>
64386438
* <img width="640" src="https://raw.github.com/wiki/Netflix/RxJava/images/rx-operators/startWith.png">
64396439
*

0 commit comments

Comments
 (0)