Remove deprecated registerDataChangeListener method 47/69047/1
authorTom Pantelis <tompantelis@gmail.com>
Sun, 4 Mar 2018 03:37:43 +0000 (22:37 -0500)
committerTom Pantelis <tompantelis@gmail.com>
Sun, 4 Mar 2018 03:37:43 +0000 (22:37 -0500)
commit13b358175ed87b906853673d85470f43d577ff51
treebd3f3f727b0ff32a51194e85b65a043721fb9025
parent0fc2633cdf44d105517c1ac7e22fae5d51a4f0b5
Remove deprecated registerDataChangeListener method

registerDataChangeListener is scheduled for removal. The
method now has a default implementation in the interface so
the methods can be removed from the 2 DOMDataBroker implementations.

Change-Id: I1f3ead35f0cfdfd95bbbf35d9163b1f1309c8b90
Signed-off-by: Tom Pantelis <tompantelis@gmail.com>
netconf/netconf-topology-singleton/src/main/java/org/opendaylight/netconf/topology/singleton/impl/ProxyDOMDataBroker.java
netconf/sal-netconf-connector/src/main/java/org/opendaylight/netconf/sal/connect/netconf/sal/NetconfDeviceDataBroker.java