Skip to content

Commit e0f57f1

Browse files
committed
Minor tweak
1 parent 1402dbf commit e0f57f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rxjava-core/src/main/java/rx/Observable.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4339,7 +4339,7 @@ public BlockingObservable<T> toBlockingObservable() {
43394339
*
43404340
* 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.
43414341
*
4342-
* @param f
4342+
* @param o
43434343
* @return {@code true} if the given function is an internal implementation, and {@code false} otherwise.
43444344
*/
43454345
private boolean isInternalImplementation(Object o) {

0 commit comments

Comments
 (0)