Skip to content

Commit bd1599b

Browse files
committed
cleanup
Signed-off-by: wind57 <[email protected]>
1 parent 92405f2 commit bd1599b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ public PropertySource<?> locate(Environment environment) {
104104
}
105105

106106
cache.discardAll();
107-
return composite;g
107+
return composite;
108108
}
109109
return null;
110110
}

0 commit comments

Comments
 (0)