Commit 1f3de101 authored by Stephane Nicoll's avatar Stephane Nicoll

Merge pull request #7793 from kazuki43zoo:polishing-log-message

* pr/7793:
  Polishing log message and comment
parents a90a73d1 85503fcb
...@@ -66,7 +66,7 @@ public class TransactionManagerCustomizers { ...@@ -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: "
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment