We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf67875 commit 3d82bafCopy full SHA for 3d82baf
tck/src/main/java/org/reactivestreams/tck/SubscriberWhiteboxVerification.java
@@ -488,7 +488,7 @@ public void subscriberTest(TestStageTestRun body) throws Throwable {
488
489
/**
490
* Provides a {@link WhiteboxTestStage} without performing any additional setup,
491
- * like the {@link org.reactivestreams.tck.SubscriberWhiteboxVerification#subscriberTest(TestStageTestRun)} would.
+ * like the {@link #subscriberTest(SubscriberWhiteboxVerification.TestStageTestRun)} would.
492
*
493
* Use this method to write tests in which you need full control over when and how the initial {@code subscribe} is signalled.
494
*/
0 commit comments