fix debug log
[dcaegen2/analytics/tca-gen2.git] / dcae-analytics / dcae-analytics-web / src / main / java / org / onap / dcae / analytics / web / spring / ConfigBindingServiceEnvironmentPostProcessor.java
index d643de2..31c01b0 100644 (file)
@@ -240,7 +240,7 @@ public class ConfigBindingServiceEnvironmentPostProcessor implements Environment
 
             // remove config service key prefix on spring reserved property key prefixes
             final Set<String> springKeyPrefixes =
-                    ConfigBindingServiceConstants.SPRING_RESERVED_PROPERTIES_KEY_PREFIXES;
+                    ConfigBindingServiceConstants.getSpringReservedPropertiesKeyPrefixes();
             final Set<String> springKeys = springKeyPrefixes.stream()
                     .map(springKeyPrefix -> configServicePropertiesKey + "." + springKeyPrefix)
                     .collect(Collectors.toSet());