Skip to content

Commit f327480

Browse files
committed
2.x: add missing <T> javadoc
1 parent a86425a commit f327480

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/java/io/reactivex/TestHelper.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -642,6 +642,7 @@ public static void doubleOnSubscribe(MaybeObserver<?> subscriber) {
642642
/**
643643
* Checks if the upstream's Subscription sent through the onSubscribe reports
644644
* isCancelled properly before and after calling dispose.
645+
* @param <T> the input value type
645646
* @param source the source to test
646647
*/
647648
public static <T> void checkDisposed(Flowable<T> source) {

0 commit comments

Comments
 (0)