Browse Source

Update Javadoc for TestContextTransactionUtils

See gh-24869
pull/25054/head
Sam Brannen 5 years ago
parent
commit
7bcda3a29b
  1. 2
      spring-test/src/main/java/org/springframework/test/context/transaction/TestContextTransactionUtils.java

2
spring-test/src/main/java/org/springframework/test/context/transaction/TestContextTransactionUtils.java

@ -144,9 +144,9 @@ public abstract class TestContextTransactionUtils { @@ -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…
Cancel
Save