Browse Source

Merge branch '1.4.x' into 1.5.x

pull/7807/head
Phillip Webb 9 years ago
parent
commit
f8acaae115
  1. 5
      spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/cache/CacheManagerCustomizers.java

5
spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/cache/CacheManagerCustomizers.java vendored

@ -76,8 +76,9 @@ public class CacheManagerCustomizers { @@ -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);
}
}
}

Loading…
Cancel
Save