Skip to content

Commit

Permalink
Improve asObservable() javadoc description (ReactiveX#1853)
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidMGross committed Nov 10, 2014
1 parent 1dfcbf6 commit 0cc4ff2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/java/rx/Observable.java
Original file line number Diff line number Diff line change
Expand Up @@ -3068,9 +3068,9 @@ public final Observable<T> ambWith(Observable<? extends T> t1) {
}

/**
* Disguises a object of an Observable subclass as a simple Observable object. Useful for instance when you
* have an implementation of a subclass of Observable but you want to hide the properties and methods of
* this subclass from whomever you are passing the Observable to.
* Portrays a object of an Observable subclass as a simple Observable object. This is useful, for instance,
* when you have an implementation of a subclass of Observable but you want to hide the properties and
* methods of this subclass from whomever you are passing the Observable to.
* <dl>
* <dt><b>Scheduler:</b></dt>
* <dd>{@code asObservable} does not operate by default on a particular {@link Scheduler}.</dd>
Expand Down

0 comments on commit 0cc4ff2

Please sign in to comment.