Browse Source

Polishing log message and comment

Closes gh-7793
pull/7807/head
Kazuki Shimizu 9 years ago committed by Stephane Nicoll
parent
commit
85503fcbca
  1. 2
      spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/transaction/TransactionManagerCustomizers.java

2
spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/transaction/TransactionManagerCustomizers.java

@ -66,7 +66,7 @@ public class TransactionManagerCustomizers {
customizer.customize(transactionManager); customizer.customize(transactionManager);
} }
catch (ClassCastException ex) { 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 // event type for
if (logger.isDebugEnabled()) { if (logger.isDebugEnabled()) {
logger.debug("Non-matching transaction manager type for customizer: " logger.debug("Non-matching transaction manager type for customizer: "

Loading…
Cancel
Save