Skip to content

Commit a90a73d

Browse files
committed
Merge branch '1.4.x' into 1.5.x
2 parents 3ed5a72 + 7b494cf commit a90a73d

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
@@ -73,10 +73,10 @@ private void customize(CacheManager cacheManager, CacheManagerCustomizer customi
7373
customizer.customize(cacheManager);
7474
}
7575
catch (ClassCastException ex) {
76-
// Possibly a lambda-defined listener which we could not resolve the generic
76+
// Possibly a lambda-defined customizer which we could not resolve the generic
7777
// event type for
7878
if (logger.isDebugEnabled()) {
79-
logger.debug("Non-matching transaction manager type for customizer: "
79+
logger.debug("Non-matching cache manager type for customizer: "
8080
+ customizer, ex);
8181
}
8282
}

0 commit comments

Comments
 (0)