Replace deprecated APIs with newer one
[sdnc/northbound.git] / vnfapi / provider / src / main / java / org / onap / sdnc / vnfapi / VnfSdnUtil.java
index a206a8b..c4d8c52 100644 (file)
@@ -59,7 +59,7 @@ public class VnfSdnUtil extends MdsalHelper {
                 input = new FileInputStream(propFile);
                 properties.load(input);
                 LOG.info("Loaded properties from " + propFileName );
-                setProperties(properties);
+                setYangMappingProperties(properties);
             } catch (Exception e) {
                 LOG.error("Failed to load properties " + propFileName +"\n",e);
             } finally {