Merge pull request #7793 from kazuki43zoo:polishing-log-message
* pr/7793: Polishing log message and comment
This commit is contained in:
@@ -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: "
|
||||
|
||||
Reference in New Issue
Block a user