Cleanup checkstyle in yang-{data,model}-api
[yangtools.git] / yang / yang-model-api / src / main / java / org / opendaylight / yangtools / yang / model / api / DocumentedNode.java
index 353a817c3723624e649785a313ea4a3c34fc55e2..c375e02889b1c0d5dd9a471676bfa03a0e646c25 100644 (file)
@@ -16,7 +16,6 @@ import javax.annotation.Nullable;
  * Node which can have documentation assigned.
  */
 public interface DocumentedNode {
-
     /**
      * All implementations should override this method.
      * The default definition of this method is used only in YANG 1.0 (RFC6020) implementations of
@@ -53,9 +52,8 @@ public interface DocumentedNode {
     }
 
     interface WithStatus extends DocumentedNode {
-
         /**
-         * Returns status of the instance of the type <code>SchemaNode</code>
+         * Returns status of the instance of the type <code>SchemaNode</code>.
          *
          * @return status of this node which represents the argument of the YANG
          *         <code>status</code> substatement