You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: rxjava-core/src/main/java/rx/Observable.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4339,7 +4339,7 @@ public BlockingObservable<T> toBlockingObservable() {
4339
4339
*
4340
4340
* NOTE: If strong reasons for not depending on package names comes up then the implementation of this method can change to looking for a marker interface.
4341
4341
*
4342
-
* @param f
4342
+
* @param o
4343
4343
* @return {@code true} if the given function is an internal implementation, and {@code false} otherwise.
0 commit comments