Merge branch '1.4.x' into 1.5.x

This commit is contained in:
Phillip Webb 2016-12-30 11:00:06 -08:00
commit f8acaae115

View File

@ -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);
}
}
}