mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Update Javadoc for TestContextTransactionUtils
See gh-24869
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user