Skip to content

Commit 2fcde20

Browse files
committed
GH-1131 - Polishing.
1 parent 4fa434f commit 2fcde20

File tree

1 file changed

+2
-2
lines changed
  • spring-modulith-test/src/main/java/org/springframework/modulith/test

1 file changed

+2
-2
lines changed

spring-modulith-test/src/main/java/org/springframework/modulith/test/Scenario.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,8 @@ public When<Void> stimulate(Runnable runnable) {
153153
* @param <S> the type of the value returned by the stimulus.
154154
* @param supplier must not be {@literal null}.
155155
* @return will never be {@literal null}.
156-
* @see StateChangeResult#andVerify(Consumer)
157-
* @see EventResult#toArriveAndVerify(Consumer)
156+
* @see org.springframework.modulith.test.Scenario.When.StateChangeResult#andVerify(Consumer)
157+
* @see org.springframework.modulith.test.Scenario.When.EventResult#toArriveAndVerify(Consumer)
158158
*/
159159
public <S> When<S> stimulate(Supplier<S> supplier) {
160160
return stimulate(tx -> tx.execute(__ -> supplier.get()));

0 commit comments

Comments
 (0)