diff --git a/spring-cloud-kubernetes-commons/src/main/java/org/springframework/cloud/kubernetes/commons/config/reload/ConfigurationChangeDetector.java b/spring-cloud-kubernetes-commons/src/main/java/org/springframework/cloud/kubernetes/commons/config/reload/ConfigurationChangeDetector.java index 55223e51..5bd65a57 100644 --- a/spring-cloud-kubernetes-commons/src/main/java/org/springframework/cloud/kubernetes/commons/config/reload/ConfigurationChangeDetector.java +++ b/spring-cloud-kubernetes-commons/src/main/java/org/springframework/cloud/kubernetes/commons/config/reload/ConfigurationChangeDetector.java @@ -92,7 +92,7 @@ public abstract class ConfigurationChangeDetector { right.forEach(item -> log.debug(item)); } this.log.warn("The current number of ConfigMap PropertySources does not match " - + "the ones loaded from the Kubernetes - No reload will take place"); + + "the ones loaded from the Kubernetes - No reload will take place"); return false; } @@ -165,8 +165,8 @@ public abstract class ConfigurationChangeDetector { } } - this.log.debug("findPropertySources : " + managedSources.stream().map(PropertySource::getName) - .collect(Collectors.toList())); + this.log.debug("findPropertySources : " + + managedSources.stream().map(PropertySource::getName).collect(Collectors.toList())); return managedSources; }