From e820f04926f1d9e9412ce44df4fc6ed1ed16da51 Mon Sep 17 00:00:00 2001 From: Misagh Moayyed Date: Thu, 1 Nov 2018 00:27:21 +0330 Subject: [PATCH] Polish EnableConfigurationPropertiesImportSelector javadoc Closes gh-15049 --- .../properties/EnableConfigurationPropertiesImportSelector.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/context/properties/EnableConfigurationPropertiesImportSelector.java b/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/context/properties/EnableConfigurationPropertiesImportSelector.java index 2e42438f97a4..a0b8dc14438f 100644 --- a/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/context/properties/EnableConfigurationPropertiesImportSelector.java +++ b/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/context/properties/EnableConfigurationPropertiesImportSelector.java @@ -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). *