Merge branch '1.4.x' into 1.5.x
This commit is contained in:
@@ -76,8 +76,9 @@ public class CacheManagerCustomizers {
|
||||
// Possibly a lambda-defined customizer which we could not resolve the generic
|
||||
// event type for
|
||||
if (logger.isDebugEnabled()) {
|
||||
logger.debug("Non-matching cache manager type for customizer: "
|
||||
+ customizer, ex);
|
||||
logger.debug(
|
||||
"Non-matching cache manager type for customizer: " + customizer,
|
||||
ex);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user