Browse Source

Merge branch '2.2.x'

pull/18999/head
Stephane Nicoll 6 years ago
parent
commit
c56b75be3c
  1. 2
      spring-boot-project/spring-boot/src/main/java/org/springframework/boot/context/properties/source/ConfigurationPropertySources.java

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

Loading…
Cancel
Save