Fixed Checkstyle violation errors in mdsal-dom-api module
[mdsal.git] / dom / mdsal-dom-api / src / main / java / org / opendaylight / mdsal / dom / api / DOMDataTreeReadCursor.java
index 0664838588cb7b354a8d6f7de173d90d61399f86..b675f719175f28f177bc0ad50659bd23c3f97628 100644 (file)
@@ -27,8 +27,8 @@ public interface DOMDataTreeReadCursor extends DOMDataTreeCursor {
 
     /**
      * Checks if data is available in the logical data store located at provided path.
-     * <p>
      *
+     * <p>
      * Note: a successful result from this method makes no guarantee that a subsequent call to
      * {@link #readNode(PathArgument)} will succeed. It is possible that the data resides in a data store on a remote
      * node and, if that node goes down or a network failure occurs, a subsequent read would fail.