Skip to content

Commit

Permalink
Correctly document Propagation.NOT_SUPPORTED in javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
jhoeller committed Dec 31, 2023
1 parent 174eae3 commit b417437
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
* Extension of {@link TransactionalEventListenerFactory},
* detecting invalid transaction configuration for transactional event listeners:
* {@link Transactional} only supported with {@link Propagation#REQUIRES_NEW}
* and {@link Propagation#NEVER}.
* and {@link Propagation#NOT_SUPPORTED}.
*
* @author Juergen Hoeller
* @since 6.1
Expand Down

0 comments on commit b417437

Please sign in to comment.