Skip to content

Commit 1f6c888

Browse files
committed
GH-136 - Polish Javadoc.
1 parent 73df1cb commit 1f6c888

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ public When<Void> publish(Object event) {
108108
* Publishes the event provided by the given {@link Supplier}. The event will be published in a transaction to make
109109
* sure that transactional event listeners are invoked as well.
110110
*
111-
* @param events must not be {@literal null}.
111+
* @param event must not be {@literal null}.
112112
* @return will never be {@literal null}.
113113
*/
114114
public When<Void> publish(Supplier<Object> event) {

0 commit comments

Comments
 (0)