Skip to content

Commit 3dc4030

Browse files
committed
refactor: Remove obsolete SpringFactoriesLoader#loadFactoryNames
1 parent bfe05a1 commit 3dc4030

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

spring-cloud-context/src/main/java/org/springframework/cloud/context/refresh/ConfigDataContextRefresher.java

-3
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@
2222
import org.apache.commons.logging.Log;
2323
import org.apache.commons.logging.LogFactory;
2424

25-
import org.springframework.boot.BootstrapContext;
26-
import org.springframework.boot.BootstrapRegistry;
2725
import org.springframework.boot.ConfigurableBootstrapContext;
2826
import org.springframework.boot.DefaultBootstrapContext;
2927
import org.springframework.boot.SpringApplication;
@@ -38,7 +36,6 @@
3836
import org.springframework.core.env.MutablePropertySources;
3937
import org.springframework.core.env.PropertySource;
4038
import org.springframework.core.env.StandardEnvironment;
41-
import org.springframework.core.io.support.SpringFactoriesLoader;
4239

4340
/**
4441
* @author Dave Syer

0 commit comments

Comments
 (0)