Skip to content

Commit

Permalink
Correct java doc for refCount() return type. (#5191)
Browse files Browse the repository at this point in the history
  • Loading branch information
sadegh authored and akarnokd committed Mar 16, 2017
1 parent 7673c09 commit 7265d33
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public final Disposable connect() {
* Returns an {@code Observable} that stays connected to this {@code ConnectableObservable} as long as there
* is at least one subscription to this {@code ConnectableObservable}.
*
* @return a {@link Flowable}
* @return an {@link Observable}
* @see <a href="http://reactivex.io/documentation/operators/refcount.html">ReactiveX documentation: RefCount</a>
*/
public Observable<T> refCount() {
Expand Down

0 comments on commit 7265d33

Please sign in to comment.