Commit dcb68d4c authored by Stephane Nicoll's avatar Stephane Nicoll

Deprecate unused property

Closes gh-13836
parent daad992c
...@@ -143,6 +143,7 @@ public class ConfigFileApplicationListener ...@@ -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();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment