Fix checkstyle
[mdsal.git] / binding / mdsal-binding-dom-adapter / src / test / java / org / opendaylight / mdsal / binding / dom / adapter / invoke / NotificationListenerInvokerTest.java
index e8880d366702926da226a0ee4c2bbc1d3951a1ae..e8936f91828324722cb66c388442e9c6bae21fb5 100644 (file)
@@ -53,11 +53,13 @@ public class NotificationListenerInvokerTest {
 
     public interface TestInterface extends NotificationListener, Augmentation {
         QName QNAME = QName.create("test", "test");
+
         void onTestNotificationInterface(TestNotificationInterface notif);
     }
 
     private interface TestPrivateInterface extends NotificationListener, Augmentation {
         QName QNAME = QName.create("test", "test");
+
         void onTestNotificationInterface(TestNotificationInterface notif);
     }