BUG-2288: remove DOMNotificationListenerRegistration 27/14827/1
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)
commit49de64c7659a854950ee4f5970e8b18aa92ecc0b
tree6ed8c38436e6d23137a7ca42b6e805e3cc82af2f
parentd13a643d14259975c33793335b73a7ad26c470eb
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