Fix checkstyle 84/100984/2
authorRobert Varga <robert.varga@pantheon.tech>
Thu, 12 May 2022 15:31:47 +0000 (17:31 +0200)
committerRobert Varga <nite@hq.sk>
Thu, 12 May 2022 20:34:43 +0000 (20:34 +0000)
There are a few violations, fix them up.

Change-Id: I2c6b766692725975e216c714f7d46b2e833cf80e
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
(cherry picked from commit 2ae7e8a14d82519cc500aea570e3bc8f496944b7)

netconf/netconf-notifications-api/src/main/java/org/opendaylight/netconf/notifications/NetconfNotificationCollector.java

index 27bbdfd179b6c5ae1d609659b22d6d6c208eb4b3..880509645184de4f55eaa73858d79ca9d00ca4e9 100644 (file)
@@ -49,7 +49,7 @@ public interface NetconfNotificationCollector {
     /**
      * Simple listener that receives notifications about changes in stream availability.
      */
-    public interface NetconfNotificationStreamListener {
+    interface NetconfNotificationStreamListener {
 
         /**
          * Stream becomes available in the collector (first publisher is registered).
@@ -61,5 +61,4 @@ public interface NetconfNotificationCollector {
          */
         void onStreamUnregistered(StreamNameType stream);
     }
-
 }