Skip to content

Commit 1f3de10

Browse files
committed
Merge pull request spring-projects#7793 from kazuki43zoo:polishing-log-message
* pr/7793: Polishing log message and comment
2 parents a90a73d + 85503fc commit 1f3de10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ private void customize(PlatformTransactionManager transactionManager,
6666
customizer.customize(transactionManager);
6767
}
6868
catch (ClassCastException ex) {
69-
// Possibly a lambda-defined listener which we could not resolve the generic
69+
// Possibly a lambda-defined customizer which we could not resolve the generic
7070
// event type for
7171
if (logger.isDebugEnabled()) {
7272
logger.debug("Non-matching transaction manager type for customizer: "

0 commit comments

Comments
 (0)