Update Javadoc for TestContextTransactionUtils
See gh-24869
This commit is contained in:
parent
715e8c9ef6
commit
7bcda3a29b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue