Skip to content

Commit 7265d33

Browse files
sadeghakarnokd
authored andcommitted
Correct java doc for refCount() return type. (ReactiveX#5191)
1 parent 7673c09 commit 7265d33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/io/reactivex/observables/ConnectableObservable.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ public final Disposable connect() {
6868
* Returns an {@code Observable} that stays connected to this {@code ConnectableObservable} as long as there
6969
* is at least one subscription to this {@code ConnectableObservable}.
7070
*
71-
* @return a {@link Flowable}
71+
* @return an {@link Observable}
7272
* @see <a href="http://reactivex.io/documentation/operators/refcount.html">ReactiveX documentation: RefCount</a>
7373
*/
7474
public Observable<T> refCount() {

0 commit comments

Comments
 (0)