Skip to content

Commit 49fba35

Browse files
sbrannenkenny5he
authored andcommitted
Update Javadoc for TestContextTransactionUtils
See spring-projectsgh-24869
1 parent 22e336d commit 49fba35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,9 +144,9 @@ public static DataSource retrieveDataSource(TestContext testContext, @Nullable S
144144
* <li>Look up the transaction manager by type and explicit name, if the supplied
145145
* {@code name} is non-empty, throwing a {@link BeansException} if the named
146146
* transaction manager does not exist.
147-
* <li>Attempt to look up the single transaction manager by type.
148147
* <li>Attempt to look up the transaction manager via a
149148
* {@link TransactionManagementConfigurer}, if present.
149+
* <li>Attempt to look up the single transaction manager by type.
150150
* <li>Attempt to look up the <em>primary</em> transaction manager by type.
151151
* <li>Attempt to look up the transaction manager by type and the
152152
* {@linkplain #DEFAULT_TRANSACTION_MANAGER_NAME default transaction manager

0 commit comments

Comments
 (0)