Remove an unused import 24/110324/1
authorRobert Varga <robert.varga@pantheon.tech>
Sun, 25 Feb 2024 07:57:20 +0000 (08:57 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Sun, 25 Feb 2024 07:57:20 +0000 (08:57 +0100)
We are implementing NetconfNotificationCollector, so there is not need
to import NetconfNotificationStreamListener.

Change-Id: Ib180f775c23025a2a24286ece5bb66a988eb7063
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
plugins/netconf-server-mdsal/src/main/java/org/opendaylight/netconf/server/mdsal/notifications/NetconfNotificationManager.java

index bbab7c7391558d10d4f91f03a1d75ee73200983b..32fee74e8d9f6c93610245878d93351457729436 100644 (file)
@@ -31,7 +31,6 @@ import org.opendaylight.mdsal.binding.runtime.api.BindingRuntimeGenerator;
 import org.opendaylight.netconf.api.messages.NotificationMessage;
 import org.opendaylight.netconf.server.api.notifications.BaseNotificationPublisherRegistration;
 import org.opendaylight.netconf.server.api.notifications.NetconfNotificationCollector;
-import org.opendaylight.netconf.server.api.notifications.NetconfNotificationCollector.NetconfNotificationStreamListener;
 import org.opendaylight.netconf.server.api.notifications.NetconfNotificationListener;
 import org.opendaylight.netconf.server.api.notifications.NetconfNotificationRegistry;
 import org.opendaylight.netconf.server.api.notifications.NotificationPublisherRegistration;