Fix checkstyle violations in sal-binding-api
[controller.git] / opendaylight / md-sal / sal-binding-api / src / main / java / org / opendaylight / controller / sal / binding / api / NotificationListener.java
index e5a0a2bd6dda74aa8565757f2acea4679bbb1300..dbe6937b0d4d057fe554c2cfc341e58a2dc68ef6 100644 (file)
@@ -22,6 +22,7 @@ import org.opendaylight.yangtools.yang.binding.Notification;
 public interface NotificationListener<T extends Notification> extends EventListener {
     /**
      * Invoked to deliver a notification.
+     *
      * <p>
      * Note that this method may be invoked from a shared thread pool, so implementations SHOULD NOT
      * perform CPU-intensive operations and MUST NOT invoke any potentially blocking operations.