Skip to content

Commit

Permalink
documentation updates (#4798)
Browse files Browse the repository at this point in the history
* documentation updates

* Update Observable.java
  • Loading branch information
qwert2603 authored and akarnokd committed Nov 3, 2016
1 parent f2351e2 commit 0107e3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/io/reactivex/Observable.java
Original file line number Diff line number Diff line change
Expand Up @@ -11737,7 +11737,7 @@ public final <K, V> Single<Map<K, Collection<V>>> toMultimap(
}

/**
* Converts the current Observable into an Observable by applying the specified backpressure strategy.
* Converts the current Observable into a Flowable by applying the specified backpressure strategy.
* <dl>
* <dt><b>Backpressure:</b></dt>
* <dd>The operator applies the chosen backpressure strategy of {@link BackpressureStrategy} enum.</dd>
Expand All @@ -11746,7 +11746,7 @@ public final <K, V> Single<Map<K, Collection<V>>> toMultimap(
* </dl>
*
* @param strategy the backpressure strategy to apply
* @return the new Observable instance
* @return the new Flowable instance
*/
@BackpressureSupport(BackpressureKind.SPECIAL)
@SchedulerSupport(SchedulerSupport.NONE)
Expand Down

0 comments on commit 0107e3a

Please sign in to comment.