Skip to content

Commit 39a4e42

Browse files
vanniktechakarnokd
authored andcommitted
2.x: Fix javadoc for Single.flatMapObservable (#4669)
1 parent 00d19e8 commit 39a4e42

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main/java/io/reactivex/Single.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1922,8 +1922,7 @@ public final <U> Observable<U> flattenAsObservable(final Function<? super T, ? e
19221922
}
19231923

19241924
/**
1925-
* Returns a Single that is based on applying a specified function to the item emitted by the source Single,
1926-
>>>>>>> refs/remotes/akarnokd/SoloFlatMapIterable
1925+
* Returns an Observable that is based on applying a specified function to the item emitted by the source Single,
19271926
* where that function returns a SingleSource.
19281927
* <p>
19291928
* <img width="640" height="300" src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/Single.flatMap.png" alt="">

0 commit comments

Comments
 (0)