This commit is contained in:
Phillip Webb 2013-08-28 13:57:20 -07:00
parent 1d4f86452f
commit 2c94dcdc8c

View File

@ -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
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:./",