Skip to content

Commit 08067fb

Browse files
committed
Polish "Remove reference to ConfigurationPropertiesScan in javadoc"
See gh-18920
1 parent 92b0025 commit 08067fb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/SpringBootApplication.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525

2626
import org.springframework.boot.SpringBootConfiguration;
2727
import org.springframework.boot.context.TypeExcludeFilter;
28-
import org.springframework.boot.context.properties.ConfigurationPropertiesScan;
2928
import org.springframework.context.annotation.Bean;
3029
import org.springframework.context.annotation.ComponentScan;
3130
import org.springframework.context.annotation.ComponentScan.Filter;
@@ -39,7 +38,7 @@
3938
* {@link Bean @Bean} methods and also triggers {@link EnableAutoConfiguration
4039
* auto-configuration} and {@link ComponentScan component scanning}. This is a convenience
4140
* annotation that is equivalent to declaring {@code @Configuration},
42-
* {@code @EnableAutoConfiguration}, {@code @ComponentScan}.
41+
* {@code @EnableAutoConfiguration} and {@code @ComponentScan}.
4342
*
4443
* @author Phillip Webb
4544
* @author Stephane Nicoll

0 commit comments

Comments
 (0)