Polish EnableConfigurationPropertiesImportSelector javadoc

Closes gh-15049
This commit is contained in:
Misagh Moayyed 2018-11-01 00:27:21 +03:30 committed by Stephane Nicoll
parent 744cdf43e9
commit e820f04926
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ import org.springframework.util.StringUtils;
* {@link ConfigurationProperties} bean or not, depending on whether the enclosing
* {@link EnableConfigurationProperties} explicitly declares one. If none is declared then
* a bean post processor will still kick in for any beans annotated as external
* configuration. If one is declared then it a bean definition is registered with id equal
* configuration. If one is declared, then a bean definition is registered with id equal
* to the class name (thus an application context usually only contains one
* {@link ConfigurationProperties} bean of each unique type).
*