Bug 6324 - Notifications stream output is not same as restconf data
[netconf.git] / restconf / sal-rest-connector / src / main / java / org / opendaylight / netconf / sal / streams / listeners / Notificator.java
index c3746df5974f754cda8a1d8fd6ffd803354d977e..7c809ad77fe74d49604c1d8c6b9e41c814aa8d42 100644 (file)
@@ -174,7 +174,6 @@ public class Notificator {
      */
     public static boolean existNotificationListenerFor(final String streamName) {
         return notificationListenersByStreamName.containsKey(streamName);
-
     }
 
     /**