Cleanup checkstyle in yang-{data,model}-api
[yangtools.git] / yang / yang-model-api / src / main / java / org / opendaylight / yangtools / yang / model / api / ContainerSchemaNode.java
index cd4996e8f951977c4003c2b94d683f231627183b..bb7d8bd5e0f66b330699f898edb4dd5ff3754d50 100644 (file)
@@ -15,8 +15,9 @@ package org.opendaylight.yangtools.yang.model.api;
  */
 public interface ContainerSchemaNode extends DataNodeContainer,
         AugmentationTarget, DataSchemaNode, NotificationNodeContainer, ActionNodeContainer {
-
     /**
+     * Returns true if this container is marked as presence.
+     *
      * @return true, if presence of this container has an explicit meaning,
      *         false otherwise
      */