Skip to content

Commit 3d82baf

Browse files
committed
Update SubscriberWhiteboxVerification.java
Fixes Javadoc generation on Java8+ by having to manually qualify nested classes.
1 parent bf67875 commit 3d82baf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tck/src/main/java/org/reactivestreams/tck/SubscriberWhiteboxVerification.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@ public void subscriberTest(TestStageTestRun body) throws Throwable {
488488

489489
/**
490490
* Provides a {@link WhiteboxTestStage} without performing any additional setup,
491-
* like the {@link org.reactivestreams.tck.SubscriberWhiteboxVerification#subscriberTest(TestStageTestRun)} would.
491+
* like the {@link #subscriberTest(SubscriberWhiteboxVerification.TestStageTestRun)} would.
492492
*
493493
* Use this method to write tests in which you need full control over when and how the initial {@code subscribe} is signalled.
494494
*/

0 commit comments

Comments
 (0)