Remove BindingDOMNotificationServiceAdapter.getDomService() 25/101625/1
authorRobert Varga <robert.varga@pantheon.tech>
Sat, 25 Jun 2022 10:32:52 +0000 (12:32 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Sat, 25 Jun 2022 10:33:55 +0000 (12:33 +0200)
This method is not used anywhere, remove it.

Change-Id: I9b501de0cab4b6f96c09f8a825907adeccbd1ea3
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
binding/mdsal-binding-dom-adapter/src/main/java/org/opendaylight/mdsal/binding/dom/adapter/BindingDOMNotificationServiceAdapter.java

index 8254274c4f23b94eb55e17de7265d9c1b8e0cc35..683eb959bbfde040ad610f8a356c5542d9473897 100644 (file)
@@ -54,10 +54,6 @@ public class BindingDOMNotificationServiceAdapter implements NotificationService
         return domNotifService.registerNotificationListener(domListener, domListener.getSupportedNotifications());
     }
 
-    public DOMNotificationService getDomService() {
-        return domNotifService;
-    }
-
     @Deprecated(since = "10.0.0", forRemoval = true)
     private static final class ListenerRegistrationImpl<T extends NotificationListener>
             extends AbstractListenerRegistration<T> {