Browse Source

Deprecate unused property

Closes gh-13836
pull/14003/head
Stephane Nicoll 8 years ago
parent
commit
dcb68d4c64
  1. 1
      spring-boot-project/spring-boot/src/main/java/org/springframework/boot/context/config/ConfigFileApplicationListener.java

1
spring-boot-project/spring-boot/src/main/java/org/springframework/boot/context/config/ConfigFileApplicationListener.java

@ -143,6 +143,7 @@ public class ConfigFileApplicationListener
/** /**
* Name of the application configuration {@link PropertySource}. * Name of the application configuration {@link PropertySource}.
*/ */
@Deprecated
public static final String APPLICATION_CONFIGURATION_PROPERTY_SOURCE_NAME = "applicationConfigurationProperties"; public static final String APPLICATION_CONFIGURATION_PROPERTY_SOURCE_NAME = "applicationConfigurationProperties";
private final DeferredLog logger = new DeferredLog(); private final DeferredLog logger = new DeferredLog();

Loading…
Cancel
Save