|
|
|
@ -76,8 +76,9 @@ public class CacheManagerCustomizers { |
|
|
|
// Possibly a lambda-defined customizer 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 cache manager type for customizer: " |
|
|
|
logger.debug( |
|
|
|
+ customizer, ex); |
|
|
|
"Non-matching cache manager type for customizer: " + customizer, |
|
|
|
|
|
|
|
ex); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|