Skip to content

Commit d3e718a

Browse files
committed
Bumping versions
1 parent 002c3fd commit d3e718a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spring-cloud-kubernetes-commons/src/main/java/org/springframework/cloud/kubernetes/commons/config/reload/ConfigurationChangeDetector.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ public boolean changed(List<? extends MapPropertySource> left, List<? extends Ma
9292
right.forEach(item -> log.debug(item));
9393
}
9494
this.log.warn("The current number of ConfigMap PropertySources does not match "
95-
+ "the ones loaded from the Kubernetes - No reload will take place");
95+
+ "the ones loaded from the Kubernetes - No reload will take place");
9696
return false;
9797
}
9898

@@ -165,8 +165,8 @@ else if (propertySource instanceof MountConfigMapPropertySource) {
165165
}
166166
}
167167

168-
this.log.debug("findPropertySources : " + managedSources.stream().map(PropertySource::getName)
169-
.collect(Collectors.toList()));
168+
this.log.debug("findPropertySources : "
169+
+ managedSources.stream().map(PropertySource::getName).collect(Collectors.toList()));
170170
return managedSources;
171171
}
172172

0 commit comments

Comments
 (0)