Skip to content

Commit d73df86

Browse files
committed
Bumping versions
1 parent f66de60 commit d73df86

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,9 @@ protected boolean changed(List<? extends MapPropertySource> l1,
9999
List<? extends MapPropertySource> l2) {
100100

101101
if (l1.size() != l2.size()) {
102-
this.log.warn("The current number of ConfigMap PropertySources does not match "
103-
+ "the ones loaded from the Kubernetes - No reload will take place");
102+
this.log.warn(
103+
"The current number of ConfigMap PropertySources does not match "
104+
+ "the ones loaded from the Kubernetes - No reload will take place");
104105
return false;
105106
}
106107

0 commit comments

Comments
 (0)