Skip to content

Commit 68f85bf

Browse files
JakeWhartonakarnokd
authored andcommitted
Correct method name for Flowable-->Observable. (#4127)
1 parent 68a9a66 commit 68f85bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/io/reactivex/Flowable.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -3478,7 +3478,7 @@ public Collection<V> apply(K k) {
34783478

34793479
@BackpressureSupport(BackpressureKind.NONE)
34803480
@SchedulerSupport(SchedulerSupport.NONE)
3481-
public final Observable<T> toNbpObservable() {
3481+
public final Observable<T> toObservable() {
34823482
return Observable.fromPublisher(this);
34833483
}
34843484

0 commit comments

Comments
 (0)