diff options
author | Gaurav Agrawal <gaurav.agrawal@huawei.com> | 2017-09-18 14:54:37 +0530 |
---|---|---|
committer | Gaurav Agrawal <gaurav.agrawal@huawei.com> | 2017-09-18 14:54:37 +0530 |
commit | b36a9d940c2a865af5b43cad9822f05492235f75 (patch) | |
tree | 763d7744f96dbc468e63716ae6ebfee6f8f11094 /dataChange/provider/src/main/resources | |
parent | 58f195402881a8b59fe394578c133fb7689c06d1 (diff) |
Replace deprecated APIs with newer one
Replace following deprecated API
1) NotificationProviderService replaced with NotificationPublishService
Change-Id: I3d5117e63083ce77553feb3d3f6d6265576da646
Issue-Id: CCSDK-93
Signed-off-by: Gaurav Agrawal <gaurav.agrawal@huawei.com>
Diffstat (limited to 'dataChange/provider/src/main/resources')
-rw-r--r-- | dataChange/provider/src/main/resources/org/opendaylight/blueprint/datachange-blueprint.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dataChange/provider/src/main/resources/org/opendaylight/blueprint/datachange-blueprint.xml b/dataChange/provider/src/main/resources/org/opendaylight/blueprint/datachange-blueprint.xml index b826b0113..03293015b 100644 --- a/dataChange/provider/src/main/resources/org/opendaylight/blueprint/datachange-blueprint.xml +++ b/dataChange/provider/src/main/resources/org/opendaylight/blueprint/datachange-blueprint.xml @@ -15,7 +15,7 @@ odl:type="default" /> <reference id="notificationService" - interface="org.opendaylight.controller.sal.binding.api.NotificationProviderService" + interface="org.opendaylight.controller.sal.binding.impl.NotificationPublishService" odl:type="default" /> <reference id="rpcRegistry" |