Skip to content

Commit 407c6ee

Browse files
moudatsosRyan Baxter
authored and
Ryan Baxter
committed
Fixed typo closes spring-cloud#511
1 parent 7b4268e commit 407c6ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ 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 Confimap PropertySources does not match "
102+
this.log.warn("The current number of ConfigMap PropertySources does not match "
103103
+ "the ones loaded from the Kubernetes - No reload will take place");
104104
return false;
105105
}

0 commit comments

Comments
 (0)