Fix checkstyle
[netconf.git] / 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);
     }
-
 }