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

This commit is contained in:
Sam Brannen 2019-10-25 17:04:21 +02:00
parent fd95646a04
commit 5bd1af2a7f
1 changed files with 1 additions and 1 deletions

View File

@ -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}