Cleanup checkstyle in yang-{data,model}-api
[yangtools.git] / yang / yang-model-api / src / main / java / org / opendaylight / yangtools / yang / model / api / ChoiceSchemaNode.java
index 4c243a971036f7c73369bb8b0df685ed69b2967d..0da6676886132a9ba0bcc91a0b39b37fa8f16ab4 100644 (file)
@@ -25,7 +25,6 @@ public interface ChoiceSchemaNode extends DataSchemaNode, AugmentationTarget {
     Set<ChoiceCaseNode> getCases();
 
     /**
-     *
      * Returns the concrete case according to specified Q name.
      *
      * @param name
@@ -46,8 +45,7 @@ public interface ChoiceSchemaNode extends DataSchemaNode, AugmentationTarget {
     ChoiceCaseNode getCaseNodeByName(String name);
 
     /**
-     *
-     * Returns name of case which is in the choice specified as default
+     * Returns name of case which is in the choice specified as default.
      *
      * @return string with the name of case which is specified in the argument
      *         of the YANG <code>default</code> substatement of