Fix checkstyle violations in sal-binding-broker
[controller.git] / opendaylight / md-sal / sal-binding-broker / src / main / java / org / opendaylight / controller / md / sal / binding / compat / NotificationListenerRegistration.java
index 81183c97a1523236055fb2040ec4a29fffd9e3c7..c6af237924e395dcb01d3619f54e53b2779f61af 100644 (file)
@@ -18,7 +18,8 @@ import org.opendaylight.yangtools.yang.binding.Notification;
  *
  * @param <T> Type of notification
  */
-interface NotificationListenerRegistration<T extends Notification> extends ListenerRegistration<NotificationListener<T>> {
+interface NotificationListenerRegistration<T extends Notification>
+        extends ListenerRegistration<NotificationListener<T>> {
     /**
      * Return the interface class of the notification type.
      *