Skip to content

Commit eae9682

Browse files
committed
Avoid package tangle
1 parent e482da0 commit eae9682

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

spring-boot/src/main/java/org/springframework/boot/SpringApplication.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
import org.springframework.beans.factory.support.BeanDefinitionRegistry;
3838
import org.springframework.beans.factory.support.BeanNameGenerator;
3939
import org.springframework.beans.factory.xml.XmlBeanDefinitionReader;
40-
import org.springframework.boot.context.config.ConfigFileApplicationListener;
4140
import org.springframework.context.ApplicationContext;
4241
import org.springframework.context.ApplicationContextInitializer;
4342
import org.springframework.context.ApplicationListener;
@@ -456,7 +455,7 @@ protected void configurePropertySources(ConfigurableEnvironment environment,
456455
* @param environment this application's environment
457456
* @param args arguments passed to the {@code run} method
458457
* @see #configureEnvironment(ConfigurableEnvironment, String[])
459-
* @see ConfigFileApplicationListener
458+
* @see org.springframework.boot.context.config.ConfigFileApplicationListener
460459
*/
461460
protected void configureProfiles(ConfigurableEnvironment environment, String[] args) {
462461
environment.getActiveProfiles(); // ensure they are initialized

0 commit comments

Comments
 (0)