From: Robert Varga Date: Sun, 25 Feb 2024 07:57:20 +0000 (+0100) Subject: Remove an unused import X-Git-Tag: v7.0.0~29 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=2a5a5217f13014a4ce139fece3bcb9ba7c3e6896;p=netconf.git Remove an unused import We are implementing NetconfNotificationCollector, so there is not need to import NetconfNotificationStreamListener. Change-Id: Ib180f775c23025a2a24286ece5bb66a988eb7063 Signed-off-by: Robert Varga --- diff --git a/plugins/netconf-server-mdsal/src/main/java/org/opendaylight/netconf/server/mdsal/notifications/NetconfNotificationManager.java b/plugins/netconf-server-mdsal/src/main/java/org/opendaylight/netconf/server/mdsal/notifications/NetconfNotificationManager.java index bbab7c7391..32fee74e8d 100644 --- a/plugins/netconf-server-mdsal/src/main/java/org/opendaylight/netconf/server/mdsal/notifications/NetconfNotificationManager.java +++ b/plugins/netconf-server-mdsal/src/main/java/org/opendaylight/netconf/server/mdsal/notifications/NetconfNotificationManager.java @@ -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;