Update Javadoc for TestContextTransactionUtils

See gh-24869
This commit is contained in:
Sam Brannen 2020-05-11 14:10:06 +02:00
parent 715e8c9ef6
commit 7bcda3a29b
1 changed files with 1 additions and 1 deletions

View File

@ -144,9 +144,9 @@ public abstract class TestContextTransactionUtils {
* <li>Look up the transaction manager by type and explicit name, if the supplied
* {@code name} is non-empty, throwing a {@link BeansException} if the named
* transaction manager does not exist.
* <li>Attempt to look up the single transaction manager by type.
* <li>Attempt to look up the transaction manager via a
* {@link TransactionManagementConfigurer}, if present.
* <li>Attempt to look up the single transaction manager by type.
* <li>Attempt to look up the <em>primary</em> transaction manager by type.
* <li>Attempt to look up the transaction manager by type and the
* {@linkplain #DEFAULT_TRANSACTION_MANAGER_NAME default transaction manager