Fold OSGiDOMNotificationRouter 48/97948/2
authorRobert Varga <robert.varga@pantheon.tech>
Sun, 17 Oct 2021 08:16:28 +0000 (10:16 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Sun, 17 Oct 2021 08:45:35 +0000 (10:45 +0200)
commit8a287e71cf09ad14f85ef9746ce99a7f26cf4eae
treee053239a14e4908715c39fa3c6b458ef021f8ad0
parent6be8c6335d6c0293bc391dc80f9d4f51b9d5f398
Fold OSGiDOMNotificationRouter

We have constructor injection, hence we can easily combine the two
implementations. Also add javax.inject annotations to allow easier
integration.

Change-Id: Id3604110522f73ef4e2f705cad74b31545eb27f1
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
dom/mdsal-dom-broker/src/main/java/org/opendaylight/mdsal/dom/broker/DOMNotificationRouter.java
dom/mdsal-dom-broker/src/main/java/org/opendaylight/mdsal/dom/broker/OSGiDOMNotificationRouter.java [deleted file]