Skip to content

Commit

Permalink
Polish "Remove reference to ConfigurationPropertiesScan in javadoc"
Browse files Browse the repository at this point in the history
  • Loading branch information
snicoll committed Nov 8, 2019
1 parent 92b0025 commit 08067fb
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -25,7 +25,6 @@

import org.springframework.boot.SpringBootConfiguration;
import org.springframework.boot.context.TypeExcludeFilter;
import org.springframework.boot.context.properties.ConfigurationPropertiesScan;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.ComponentScan.Filter;
Expand All @@ -39,7 +38,7 @@
* {@link Bean @Bean} methods and also triggers {@link EnableAutoConfiguration
* auto-configuration} and {@link ComponentScan component scanning}. This is a convenience
* annotation that is equivalent to declaring {@code @Configuration},
* {@code @EnableAutoConfiguration}, {@code @ComponentScan}.
* {@code @EnableAutoConfiguration} and {@code @ComponentScan}.
*
* @author Phillip Webb
* @author Stephane Nicoll
Expand Down

0 comments on commit 08067fb

Please sign in to comment.