Browse Source

Away with the "manger"; time to fix that typo

pull/23875/head
Sam Brannen 5 years ago
parent
commit
5bd1af2a7f
  1. 2
      spring-test/src/main/java/org/springframework/test/context/transaction/TransactionalTestExecutionListener.java

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

@ -109,7 +109,7 @@ import org.springframework.util.StringUtils; @@ -109,7 +109,7 @@ import org.springframework.util.StringUtils;
* instances of {@code PlatformTransactionManager} within the test's
* {@code ApplicationContext}, a <em>qualifier</em> may be declared via
* {@link Transactional @Transactional} (e.g., {@code @Transactional("myTxMgr")}
* or {@code @Transactional(transactionManger = "myTxMgr")}, or
* or {@code @Transactional(transactionManager = "myTxMgr")}, or
* {@link org.springframework.transaction.annotation.TransactionManagementConfigurer
* TransactionManagementConfigurer} can be implemented by an
* {@link org.springframework.context.annotation.Configuration @Configuration}

Loading…
Cancel
Save