Skip to content

Commit 9f02563

Browse files
BraisGabinakarnokd
authored andcommitted
Add which are the other stardard methods of create (#5000)
1 parent 3716747 commit 9f02563

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/rx/Observable.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ protected Observable(OnSubscribe<T> f) {
6363

6464
/**
6565
* <strong>This method requires advanced knowledge about building operators and data sources; please consider
66-
* other standard methods first;</strong>
66+
* other standard methods first, such as {@link Observable#fromEmitter(Action1, Emitter.BackpressureMode)};</strong>
6767
* Returns an Observable that will execute the specified function when a {@link Subscriber} subscribes to
6868
* it.
6969
* <p>

0 commit comments

Comments
 (0)