Skip to content

Commit

Permalink
Fix Javadoc for Maybe.toSingle (#5343)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulblessing authored and akarnokd committed May 15, 2017
1 parent 7ce777f commit ea6c7de
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/java/io/reactivex/Maybe.java
Original file line number Diff line number Diff line change
Expand Up @@ -3116,7 +3116,8 @@ public final Observable<T> toObservable() {

/**
* Converts this Maybe into a Single instance composing cancellation
* through and turning an empty Maybe into a signal of NoSuchElementException.
* through and turning an empty Maybe into a Single that emits the given
* value through onSuccess.
* <dl>
* <dt><b>Scheduler:</b></dt>
* <dd>{@code toSingle} does not operate by default on a particular {@link Scheduler}.</dd>
Expand Down

0 comments on commit ea6c7de

Please sign in to comment.