Skip to content

Commit

Permalink
GH-136 - Polish Javadoc.
Browse files Browse the repository at this point in the history
  • Loading branch information
odrotbohm committed Feb 23, 2023
1 parent 73df1cb commit 1f6c888
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ public When<Void> 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<Void> publish(Supplier<Object> event) {
Expand Down

0 comments on commit 1f6c888

Please sign in to comment.