Polishing log message and comment

Closes gh-7793
This commit is contained in:
Kazuki Shimizu 2016-12-30 23:44:26 +09:00 committed by Stephane Nicoll
parent a90a73d1ac
commit 85503fcbca

View File

@ -66,7 +66,7 @@ public class TransactionManagerCustomizers {
customizer.customize(transactionManager);
}
catch (ClassCastException ex) {
// Possibly a lambda-defined listener which we could not resolve the generic
// Possibly a lambda-defined customizer which we could not resolve the generic
// event type for
if (logger.isDebugEnabled()) {
logger.debug("Non-matching transaction manager type for customizer: "