From bcfe015f24775d94741b093b3ec2c58e1baac3cc Mon Sep 17 00:00:00 2001 From: Gaurav Agrawal Date: Mon, 18 Sep 2017 10:52:15 +0530 Subject: Replace deprecated APIs with newer one Replace following deprecated API 1) NotificationProviderService replaced with NotificationPublishService 2) InstanceIdentifier toInstance() replace with build() 3) setProperties replaced with setYangMappingProperties Change-Id: I89fba42e88363c5e1e5b23fe272d2754361aee25 Issue-Id: SDNC-89 Signed-off-by: Gaurav Agrawal --- vnfapi/provider/src/main/resources/initial/vnfapi-provider.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'vnfapi/provider/src/main/resources/initial') diff --git a/vnfapi/provider/src/main/resources/initial/vnfapi-provider.xml b/vnfapi/provider/src/main/resources/initial/vnfapi-provider.xml index 01f156d3..3883f674 100644 --- a/vnfapi/provider/src/main/resources/initial/vnfapi-provider.xml +++ b/vnfapi/provider/src/main/resources/initial/vnfapi-provider.xml @@ -50,9 +50,9 @@ - - binding:binding-notification-service - + + binding:binding-new-notification-publish-service + binding-notification-broker -- cgit 1.2.3-korg