Skip to content

Commit

Permalink
Updated the comments
Browse files Browse the repository at this point in the history
  • Loading branch information
zsxwing committed Sep 29, 2013
1 parent 4323b70 commit 9abfb5a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions rxjava-core/src/main/java/rx/Observable.java
Original file line number Diff line number Diff line change
Expand Up @@ -4064,8 +4064,6 @@ public Observable<T> skipWhile(Func1<? super T, Boolean> predicate) {
* the front of the queue and produced on the result sequence. This causes
* elements to be delayed.
*
* @param source
* the source sequence.
* @param count
* number of elements to bypass at the end of the source
* sequence.
Expand Down

0 comments on commit 9abfb5a

Please sign in to comment.