BUG-2288: remove DOMNotificationListenerRegistration
authorRobert Varga <rovarga@cisco.com>
Wed, 4 Feb 2015 14:18:37 +0000 (15:18 +0100)
committerRobert Varga <rovarga@cisco.com>
Wed, 4 Feb 2015 14:19:55 +0000 (15:19 +0100)
commit3c4b3ccbc8384f3751a88d775feec939608cc370
tree22f987e8195bffab80757bfaf46d7c91d97f18da
parent59e4422c7f9b5b299658dfe77d955450d7625f93
BUG-2288: remove DOMNotificationListenerRegistration

This type is just a capture, and it fails to forward the type of the
listener properly for users. Remove it and be more consistent with the
design of other classes.

Change-Id: Ib8c3db54fc599d6ca194d1667e1a48a98e455180
Signed-off-by: Robert Varga <rovarga@cisco.com>
opendaylight/md-sal/sal-dom-api/src/main/java/org/opendaylight/controller/md/sal/dom/api/DOMNotificationListenerRegistration.java [deleted file]
opendaylight/md-sal/sal-dom-api/src/main/java/org/opendaylight/controller/md/sal/dom/api/DOMNotificationService.java
opendaylight/md-sal/sal-dom-spi/src/main/java/org/opendaylight/controller/md/sal/dom/spi/AbstractDOMNotificationListenerRegistration.java [deleted file]
opendaylight/md-sal/sal-dom-spi/src/main/java/org/opendaylight/controller/md/sal/dom/spi/ForwardingDOMNotificationService.java