This commit is contained in:
Stephane Nicoll 2019-11-12 14:03:39 +01:00
parent 3f0367e2dd
commit cad2365237
1 changed files with 1 additions and 1 deletions

View File

@ -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";