Skip to content

Commit

Permalink
Avoid package tangle
Browse files Browse the repository at this point in the history
  • Loading branch information
snicoll committed Aug 6, 2015
1 parent e482da0 commit eae9682
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
import org.springframework.beans.factory.support.BeanDefinitionRegistry;
import org.springframework.beans.factory.support.BeanNameGenerator;
import org.springframework.beans.factory.xml.XmlBeanDefinitionReader;
import org.springframework.boot.context.config.ConfigFileApplicationListener;
import org.springframework.context.ApplicationContext;
import org.springframework.context.ApplicationContextInitializer;
import org.springframework.context.ApplicationListener;
Expand Down Expand Up @@ -456,7 +455,7 @@ protected void configurePropertySources(ConfigurableEnvironment environment,
* @param environment this application's environment
* @param args arguments passed to the {@code run} method
* @see #configureEnvironment(ConfigurableEnvironment, String[])
* @see ConfigFileApplicationListener
* @see org.springframework.boot.context.config.ConfigFileApplicationListener
*/
protected void configureProfiles(ConfigurableEnvironment environment, String[] args) {
environment.getActiveProfiles(); // ensure they are initialized
Expand Down

0 comments on commit eae9682

Please sign in to comment.