You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-cloud-kubernetes-commons/src/main/java/org/springframework/cloud/kubernetes/commons/config/reload/ConfigReloadUtil.java
Copy file name to clipboardExpand all lines: spring-cloud-kubernetes-commons/src/test/java/org/springframework/cloud/kubernetes/commons/config/reload/ConfigReloadUtilTests.java
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -157,7 +157,7 @@ public Object getProperty(String name) {
157
157
/**
158
158
* <pre>
159
159
* - in environment we have one MountSecretPropertySource
160
-
* - we search for a type that extends SecretPropertySource (SecretsTypePropertySource)
160
+
* - we search for a type that extends SecretsPropertySource (SecretsTypePropertySource)
0 commit comments