Skip to content

Commit 5dd7054

Browse files
committed
non-public method
Signed-off-by: wind57 <[email protected]>
1 parent 9f625fa commit 5dd7054

File tree

2 files changed

+1
-81
lines changed

2 files changed

+1
-81
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ public static boolean reload(PropertySourceLocator locator, ConfigurableEnvironm
8888
* @return finds all registered property sources of the given type
8989
*/
9090
@SuppressWarnings("unchecked")
91-
public static <S extends PropertySource<?>> List<S> findPropertySources(Class<S> sourceClass,
91+
static <S extends PropertySource<?>> List<S> findPropertySources(Class<S> sourceClass,
9292
ConfigurableEnvironment environment) {
9393
List<S> managedSources = new ArrayList<>();
9494

spring-cloud-kubernetes-fabric8-config/src/test/java/org/springframework/cloud/kubernetes/fabric8/config/EventBasedConfigurationChangeDetectorTests.java

Lines changed: 0 additions & 80 deletions
This file was deleted.

0 commit comments

Comments
 (0)