COLON removal while updating to ctx param from JSON reply of notification
Issue-ID: CCSDK-745
Change-Id: I4af4de47a550a7f6b47216409484d9a0ab3acdfb
Signed-off-by: janani b <janani.b@huawei.com>
 
 import java.util.Map;
 
-import static org.onap.ccsdk.sli.plugins.prop.JsonParser.convertToProperties;
+import static org.onap.ccsdk.sli.plugins.restapicall.JsonParser.convertToProperties;
 import static org.slf4j.LoggerFactory.getLogger;
 
 /**
     private static final Logger log = getLogger(EventProcessor.class);
     private RestconfDiscoveryNode node;
 
-    private static final String EVENT_SUBSCRIPTION_ID = "ietf-restconf:" +
-            "notification.ietf-yang-push:push-change-update.subscription-id";
+    private static final String EVENT_SUBSCRIPTION_ID = "notification." +
+            "push-change-update.subscription-id";
 
     public EventProcessor(RestconfDiscoveryNode node) {
         this.node = node;