From 1f6c888e280b91ac12a52789519684e887f00383 Mon Sep 17 00:00:00 2001 From: Oliver Drotbohm Date: Thu, 23 Feb 2023 23:11:46 +0100 Subject: [PATCH] GH-136 - Polish Javadoc. --- .../main/java/org/springframework/modulith/test/Scenario.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-modulith-test/src/main/java/org/springframework/modulith/test/Scenario.java b/spring-modulith-test/src/main/java/org/springframework/modulith/test/Scenario.java index bca72d62..ec48cf57 100644 --- a/spring-modulith-test/src/main/java/org/springframework/modulith/test/Scenario.java +++ b/spring-modulith-test/src/main/java/org/springframework/modulith/test/Scenario.java @@ -108,7 +108,7 @@ public When publish(Object event) { * Publishes the event provided by the given {@link Supplier}. The event will be published in a transaction to make * sure that transactional event listeners are invoked as well. * - * @param events must not be {@literal null}. + * @param event must not be {@literal null}. * @return will never be {@literal null}. */ public When publish(Supplier event) {