Deprecate unused property

Closes gh-13836
This commit is contained in:
Stephane Nicoll 2018-07-23 09:31:02 +02:00
parent daad992c96
commit dcb68d4c64
1 changed files with 1 additions and 0 deletions

View File

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