Skip to content

Commit 99ba1fb

Browse files
committed
fix
1 parent 0355d7a commit 99ba1fb

File tree

2 files changed

+1
-83
lines changed

2 files changed

+1
-83
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,8 @@ public static boolean reload(PropertySourceLocator locator, ConfigurableEnvironm
8585
* @param <S> property source type
8686
* @param sourceClass class for which property sources will be found
8787
* @return finds all registered property sources of the given type
88-
* @deprecated this method will not be public in the next major release.
8988
*/
90-
@Deprecated(forRemoval = false)
91-
public static <S extends PropertySource<?>> List<S> findPropertySources(Class<S> sourceClass,
89+
static <S extends PropertySource<?>> List<S> findPropertySources(Class<S> sourceClass,
9290
ConfigurableEnvironment environment) {
9391
List<S> managedSources = new ArrayList<>();
9492

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)