diff options
author | Gaurav Agrawal <gaurav.agrawal@huawei.com> | 2017-09-18 18:37:49 +0530 |
---|---|---|
committer | Gaurav Agrawal <gaurav.agrawal@huawei.com> | 2017-09-18 18:37:49 +0530 |
commit | bf092c7f773e69b1723369f427edb957ccc6f4f1 (patch) | |
tree | 481953050b043c1f26dc26abf794b5a9f0393106 /asdcApi/provider/src/main/resources | |
parent | 58f195402881a8b59fe394578c133fb7689c06d1 (diff) |
Replace deprecated API with newer one
Replace following deprecated API
1) NotificationProviderService replaced with NotificationPublishService
2) InstanceIdentifier<T> toInstance() replace with build()
Change-Id: I50195bf123052270edf3fd9f74af00262a01e650
Issue-Id: CCSDK-93
Signed-off-by: Gaurav Agrawal <gaurav.agrawal@huawei.com>
Diffstat (limited to 'asdcApi/provider/src/main/resources')
-rw-r--r-- | asdcApi/provider/src/main/resources/org/opendaylight/blueprint/asdc-blueprint.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asdcApi/provider/src/main/resources/org/opendaylight/blueprint/asdc-blueprint.xml b/asdcApi/provider/src/main/resources/org/opendaylight/blueprint/asdc-blueprint.xml index 6229db1f6..810ce8c5e 100644 --- a/asdcApi/provider/src/main/resources/org/opendaylight/blueprint/asdc-blueprint.xml +++ b/asdcApi/provider/src/main/resources/org/opendaylight/blueprint/asdc-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" |