Cleanup checkstyle in yang-{data,model}-api
[yangtools.git] / yang / yang-model-api / src / main / java / org / opendaylight / yangtools / yang / model / api / ActionNodeContainer.java
index b46df1fb416ed6204ba0d455f9390ddedc36baad..6a7929ac7472cb8350f74f1f4952b6d14b6c3d2b 100644 (file)
@@ -13,11 +13,10 @@ import com.google.common.collect.ImmutableSet;
 import java.util.Set;
 
 /**
- * Node which can contain action nodes
+ * Node which can contain action nodes.
  */
 @Beta
 public interface ActionNodeContainer {
-
     /**
      * All implementations should override this method.
      * The default definition of this method is used in YANG 1.0 (RFC6020) implementations of
@@ -25,6 +24,7 @@ public interface ActionNodeContainer {
      * which do not allow action statements.
      * These YANG statements have been changed in YANG 1.1 (RFC7950) and can now contain action statements.
      *
+     * <p>
      * The default definition is also used by implementations of ContainerSchemaNode which do not support
      * action statements such as InputEffectiveStatementImpl, OutputEffectiveStatementImpl and SchemaContext.
      *