Cleanup checkstyle in yang-{data,model}-api
[yangtools.git] / yang / yang-model-api / src / main / java / org / opendaylight / yangtools / yang / model / api / ModuleIdentifier.java
index 6afd21a3d51da47d36e399907a0017a32aad3ba1..fac4b62b4c0d9beb2f7994d96312fae562839ce7 100644 (file)
@@ -25,7 +25,7 @@ public interface ModuleIdentifier {
 
     /**
      * Returns the name of the module which is specified as argument of YANG
-     * {@link Module <b><font color="#FF0000">module</font></b>} keyword
+     * {@link Module <b><font color="#FF0000">module</font></b>} keyword.
      *
      * @return string with the name of the module
      */
@@ -57,6 +57,7 @@ public interface ModuleIdentifier {
     /**
      * Returns the semantic version of yang module.
      *
+     * <p>
      * If the semantic version is not specified, default semantic version of
      * module is returned.
      *