Commit bda12a7c authored by Phillip Webb's avatar Phillip Webb

Polish

parent 990efef1
...@@ -37,7 +37,6 @@ import org.springframework.context.EnvironmentAware; ...@@ -37,7 +37,6 @@ import org.springframework.context.EnvironmentAware;
import org.springframework.core.Ordered; import org.springframework.core.Ordered;
import org.springframework.core.convert.ConversionService; import org.springframework.core.convert.ConversionService;
import org.springframework.core.convert.support.DefaultConversionService; import org.springframework.core.convert.support.DefaultConversionService;
import org.springframework.core.env.CommandLinePropertySource;
import org.springframework.core.env.ConfigurableEnvironment; import org.springframework.core.env.ConfigurableEnvironment;
import org.springframework.core.env.Environment; import org.springframework.core.env.Environment;
import org.springframework.core.env.PropertySource; import org.springframework.core.env.PropertySource;
...@@ -82,8 +81,6 @@ public class ConfigFileApplicationContextInitializer implements ...@@ -82,8 +81,6 @@ public class ConfigFileApplicationContextInitializer implements
private static final String LOCATION_VARIABLE = "${spring.config.location}"; private static final String LOCATION_VARIABLE = "${spring.config.location}";
private static final String COMMAND_LINE_PROPERTY_SOURCE_NAME = CommandLinePropertySource.COMMAND_LINE_PROPERTY_SOURCE_NAME;
private Environment environment; private Environment environment;
private String[] searchLocations = new String[] { "classpath:", "file:./", private String[] searchLocations = new String[] { "classpath:", "file:./",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment