We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73df1cb commit 1f6c888Copy full SHA for 1f6c888
spring-modulith-test/src/main/java/org/springframework/modulith/test/Scenario.java
@@ -108,7 +108,7 @@ public When<Void> publish(Object event) {
108
* Publishes the event provided by the given {@link Supplier}. The event will be published in a transaction to make
109
* sure that transactional event listeners are invoked as well.
110
*
111
- * @param events must not be {@literal null}.
+ * @param event must not be {@literal null}.
112
* @return will never be {@literal null}.
113
*/
114
public When<Void> publish(Supplier<Object> event) {
0 commit comments