Skip to content

Commit

Permalink
Doh!
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan202 committed Nov 11, 2024
1 parent f2830a5 commit cee4b2c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1769,7 +1769,7 @@ StepVerifier.FirstStep<? extends T> after(Flux<T> flux) {
}

/**
* Prefer {@link StepVerifier.LastStep#verify()} over a dangling {@link
* Prefer {@link StepVerifier#verify()} over a dangling {@link
* StepVerifier#verifyThenAssertThat()}.
*/
// XXX: Application of this rule (and several others in this class) will cause invalid code if the
Expand All @@ -1794,7 +1794,7 @@ Duration after(StepVerifier stepVerifier) {
}

/**
* Prefer {@link StepVerifier.LastStep#verify(Duration)} over a dangling {@link
* Prefer {@link StepVerifier#verify(Duration)} over a dangling {@link
* StepVerifier#verifyThenAssertThat(Duration)}.
*/
static final class StepVerifierVerifyDuration {
Expand Down

0 comments on commit cee4b2c

Please sign in to comment.