Cleanup checkstyle in yang-{data,model}-api
[yangtools.git] / yang / yang-model-api / src / main / java / org / opendaylight / yangtools / yang / model / api / ListSchemaNode.java
index 217b4a2f16f693fd77578aca375d79435017966a..fa73cc4111ada7ce9f4ec393a6161a92877ff92a 100644 (file)
@@ -23,8 +23,9 @@ import org.opendaylight.yangtools.yang.common.QName;
  */
 public interface ListSchemaNode extends DataNodeContainer, AugmentationTarget, DataSchemaNode,
         NotificationNodeContainer, ActionNodeContainer {
-
     /**
+     * Returns the list of leaf identifiers.
+     *
      * @return List of QNames of leaf identifiers of this list
      */
     List<QName> getKeyDefinition();
@@ -39,6 +40,8 @@ public interface ListSchemaNode extends DataNodeContainer, AugmentationTarget, D
     boolean isUserOrdered();
 
     /**
+     * Returns unique constraints.
+     *
      * @return Collection of unique constraints of this list schema node
      */
     @Nonnull