Replace outdated dependency - org.apache.commons:commons-jci-core:jar:1.1
[sdc.git] / common-app-api / src / main / java / org / openecomp / sdc / fe / config / ConfigurationManager.java
index 0d5cf62..38d1e65 100644 (file)
@@ -102,26 +102,5 @@ public class ConfigurationManager implements FileChangeCallback, IEcompConfigura
     }
 
     public void reconfigure(BasicConfiguration obj) {
-        //
-
-        // if (obj != null) {
-
-        //
-
-        // if (obj instanceof Configuration) {
-
-        // configurations.put(getKey(Configuration.class), obj);
-
-        // }
-
-        //
-
-        // if (obj instanceof EcompErrorConfiguration) {
-
-        // configurations.put(getKey(EcompErrorConfiguration.class), obj);
-
-        // }
-
-        // }
     }
 }