From cad236523718da427961d129f63a9fad2de09e3b Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 12 Nov 2019 14:03:39 +0100 Subject: [PATCH] Polish --- .../context/properties/source/ConfigurationPropertySources.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/source/ConfigurationPropertySources.java b/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/context/properties/source/ConfigurationPropertySources.java index 6c823075bf3..54b85381e62 100644 --- a/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/context/properties/source/ConfigurationPropertySources.java +++ b/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/context/properties/source/ConfigurationPropertySources.java @@ -37,7 +37,7 @@ import org.springframework.util.Assert; public final class ConfigurationPropertySources { /** - * The name of the {@link PropertySource} {@link #adapt adapter}. + * The name of the {@link PropertySource} {@link #attach(Environment) adapter}. */ private static final String ATTACHED_PROPERTY_SOURCE_NAME = "configurationProperties";