From 7bcda3a29bce4568aad89939987402320946bc5a Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Mon, 11 May 2020 14:10:06 +0200 Subject: [PATCH] Update Javadoc for TestContextTransactionUtils See gh-24869 --- .../test/context/transaction/TestContextTransactionUtils.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-test/src/main/java/org/springframework/test/context/transaction/TestContextTransactionUtils.java b/spring-test/src/main/java/org/springframework/test/context/transaction/TestContextTransactionUtils.java index 61a5cb7cf8..fc2c8be8e2 100644 --- a/spring-test/src/main/java/org/springframework/test/context/transaction/TestContextTransactionUtils.java +++ b/spring-test/src/main/java/org/springframework/test/context/transaction/TestContextTransactionUtils.java @@ -144,9 +144,9 @@ public abstract class TestContextTransactionUtils { *
  • 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. - *
  • Attempt to look up the single transaction manager by type. *
  • Attempt to look up the transaction manager via a * {@link TransactionManagementConfigurer}, if present. + *
  • Attempt to look up the single transaction manager by type. *
  • Attempt to look up the primary transaction manager by type. *
  • Attempt to look up the transaction manager by type and the * {@linkplain #DEFAULT_TRANSACTION_MANAGER_NAME default transaction manager