Skip to content

Commit 7b494cf

Browse files
committed
1 parent 1fa8b1a commit 7b494cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/cache/CacheManagerCustomizers.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,10 @@ private void customize(CacheManager cacheManager,
7070
customizer.customize(cacheManager);
7171
}
7272
catch (ClassCastException ex) {
73-
// Possibly a lambda-defined listener which we could not resolve the generic
73+
// Possibly a lambda-defined customizer which we could not resolve the generic
7474
// event type for
7575
if (logger.isDebugEnabled()) {
76-
logger.debug("Non-matching transaction manager type for customizer: "
76+
logger.debug("Non-matching cache manager type for customizer: "
7777
+ customizer, ex);
7878
}
7979
}

0 commit comments

Comments
 (0)