Skip to content

Commit f370aaf

Browse files
committed
Updated the comments
1 parent 150c2ee commit f370aaf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4064,8 +4064,6 @@ public Observable<T> skipWhile(Func1<? super T, Boolean> predicate) {
40644064
* the front of the queue and produced on the result sequence. This causes
40654065
* elements to be delayed.
40664066
*
4067-
* @param source
4068-
* the source sequence.
40694067
* @param count
40704068
* number of elements to bypass at the end of the source
40714069
* sequence.

0 commit comments

Comments
 (0)