Fix javadocs and enable doclint
[controller.git] / opendaylight / md-sal / sal-common-api / src / main / java / org / opendaylight / controller / md / sal / common / api / data / AsyncDataChangeListener.java
index 53194b372b87cc3fff14adaa806eec74c124eba5..a7a9fef07fe4e91dae595e9831b31a051dfc62de 100644 (file)
@@ -43,8 +43,10 @@ public interface AsyncDataChangeListener<P extends Path<P>, D> extends EventList
      *
      * <p>
      * <b>Note</b>: This method may be invoked from a shared thread pool.
+     * <ul>
      * <li>Implementations <b>SHOULD NOT</b> perform CPU-intensive operations on the calling thread.
      * <li>Implementations <b>MUST NOT block the calling thread</b> - to do so could lead to deadlock
+     * </ul>
      * scenarios.
      *
      *<br>