Commit 7b494cf3 authored by Stephane Nicoll's avatar Stephane Nicoll

Polish

See gh-7793
parent 1fa8b1ac
...@@ -70,10 +70,10 @@ class CacheManagerCustomizers implements ApplicationContextAware { ...@@ -70,10 +70,10 @@ class CacheManagerCustomizers implements ApplicationContextAware {
customizer.customize(cacheManager); customizer.customize(cacheManager);
} }
catch (ClassCastException ex) { 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 // event type for
if (logger.isDebugEnabled()) { if (logger.isDebugEnabled()) {
logger.debug("Non-matching transaction manager type for customizer: " logger.debug("Non-matching cache manager type for customizer: "
+ customizer, ex); + customizer, ex);
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment