Cleanup checkstyle in yang-{data,model}-api
[yangtools.git] / yang / yang-model-api / src / main / java / org / opendaylight / yangtools / yang / model / api / stmt / AnydataStatement.java
index d89fe68ae8825f79233ea5de38a436d00407bff0..0de93744dc98d7e105f4419330a037c964e752fd 100644 (file)
@@ -18,6 +18,7 @@ import javax.annotation.Nullable;
  * It takes one argument, which is an identifier, followed by a block of
  * substatements that holds detailed anydata information.
  *
+ * <p>
  * The "anydata" statement is used to represent an unknown set of nodes
  * that can be modeled with YANG, except anyxml, but for which the data
  * model is not known at module design time.  It is possible, though not