Fix checkstyle violations in sal-binding-util and sal-schema-service
[controller.git] / opendaylight / md-sal / sal-binding-util / src / main / java / org / opendaylight / controller / md / sal / binding / util / AbstractBindingSalConsumerInstance.java
index 861f9f0629390561425c8db2bf083ac9430ebd51..61d1ec09683caca29fa63151f84dbfd25ec0fb57 100644 (file)
@@ -56,8 +56,8 @@ public abstract class AbstractBindingSalConsumerInstance<N extends NotificationS
     }
 
     @Override
-    public ListenerRegistration<org.opendaylight.yangtools.yang.binding.NotificationListener> registerNotificationListener(
-            org.opendaylight.yangtools.yang.binding.NotificationListener listener) {
+    public ListenerRegistration<org.opendaylight.yangtools.yang.binding.NotificationListener>
+            registerNotificationListener(org.opendaylight.yangtools.yang.binding.NotificationListener listener) {
         return getNotificationBrokerChecked().registerNotificationListener(listener);
     }
 }