Skip to content

Commit

Permalink
refactor: Remove obsolete SpringFactoriesLoader#loadFactoryNames
Browse files Browse the repository at this point in the history
  • Loading branch information
livk-cloud committed Nov 30, 2023
1 parent bfe05a1 commit 3dc4030
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;

import org.springframework.boot.BootstrapContext;
import org.springframework.boot.BootstrapRegistry;
import org.springframework.boot.ConfigurableBootstrapContext;
import org.springframework.boot.DefaultBootstrapContext;
import org.springframework.boot.SpringApplication;
Expand All @@ -38,7 +36,6 @@
import org.springframework.core.env.MutablePropertySources;
import org.springframework.core.env.PropertySource;
import org.springframework.core.env.StandardEnvironment;
import org.springframework.core.io.support.SpringFactoriesLoader;

/**
* @author Dave Syer
Expand Down

0 comments on commit 3dc4030

Please sign in to comment.