Cleanup checkstyle in yang-{data,model}-api
[yangtools.git] / yang / yang-model-api / src / main / java / org / opendaylight / yangtools / yang / model / api / meta / ModelStatement.java
index 6ca3da481996c7fd1aa0d796d5007d104273b7e5..6dae109fb1878f5ae780396cc5c6c381bb67e991 100644 (file)
@@ -11,9 +11,7 @@ import javax.annotation.Nonnull;
 import javax.annotation.Nullable;
 
 /**
- * Model statement
- *
- * There are two base types of model statements:
+ * Model statement. There are two base types of model statements:
  * <ul>
  * <li>{@link DeclaredStatement} - Statement representation as was defined in original
  * source. This representation could be used during computation of effective model
@@ -39,7 +37,7 @@ public interface ModelStatement<A> {
     @Nonnull StatementDefinition statementDefinition();
 
     /**
-     * Returns statement argument
+     * Returns statement argument.
      *
      * @return statement argument or null if statement does not have argument.
      */