See gh-7793
This commit is contained in:
Stephane Nicoll 2016-12-30 15:59:17 +01:00
parent 1fa8b1ac91
commit 7b494cf319
1 changed files with 2 additions and 2 deletions

View File

@ -70,10 +70,10 @@ class CacheManagerCustomizers implements ApplicationContextAware {
customizer.customize(cacheManager);
}
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: "
logger.debug("Non-matching cache manager type for customizer: "
+ customizer, ex);
}
}