Polishing

This commit is contained in:
Juergen Hoeller
2015-07-22 14:20:12 +02:00
parent 8196af4bc5
commit f06581f5b8
5 changed files with 33 additions and 43 deletions

View File

@@ -515,7 +515,7 @@ public abstract class AbstractPlatformTransactionManager implements PlatformTran
}
/**
* Create a rae TransactionStatus instance for the given arguments.
* Create a TransactionStatus instance for the given arguments.
*/
protected DefaultTransactionStatus newTransactionStatus(
TransactionDefinition definition, Object transaction, boolean newTransaction,