Browse Source

Polish

pull/50/head
Phillip Webb 13 years ago
parent
commit
2c94dcdc8c
  1. 3
      spring-boot/src/main/java/org/springframework/boot/context/initializer/ConfigFileApplicationContextInitializer.java

3
spring-boot/src/main/java/org/springframework/boot/context/initializer/ConfigFileApplicationContextInitializer.java

@ -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.convert.ConversionService;
import org.springframework.core.convert.support.DefaultConversionService;
import org.springframework.core.env.CommandLinePropertySource;
import org.springframework.core.env.ConfigurableEnvironment;
import org.springframework.core.env.Environment;
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 COMMAND_LINE_PROPERTY_SOURCE_NAME = CommandLinePropertySource.COMMAND_LINE_PROPERTY_SOURCE_NAME;
private Environment environment;
private String[] searchLocations = new String[] { "classpath:", "file:./",

Loading…
Cancel
Save