GH-136 - Polish Javadoc.

This commit is contained in:
Oliver Drotbohm
2023-02-23 23:11:46 +01:00
parent 73df1cb198
commit 1f6c888e28

View File

@@ -108,7 +108,7 @@ public class Scenario {
* 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<Void> publish(Supplier<Object> event) {