Skip to content

Commit

Permalink
Merge pull request spring-projects#15049 from mmoayyed
Browse files Browse the repository at this point in the history
* pr/15049:
  Polish EnableConfigurationPropertiesImportSelector javadoc
  • Loading branch information
snicoll committed Nov 1, 2018
2 parents 744cdf4 + e820f04 commit 62782e5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
* {@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).
*
Expand Down

0 comments on commit 62782e5

Please sign in to comment.