Bug 2444 - add missing API of some declared statements
[yangtools.git] / yang / yang-model-api / src / main / java / org / opendaylight / yangtools / yang / model / api / stmt / ActionStatement.java
index 916539b3518cd456844e8bc96872ec49d5f9e6cc..c1bb951b6cfc8f30d38c02817b8cfd5d9164f847 100644 (file)
@@ -22,6 +22,6 @@ import org.opendaylight.yangtools.yang.model.api.meta.DeclaredStatement;
  * detailed action information.  The argument is the name of the action.
  */
 @Beta
-public interface ActionStatement extends DeclaredStatement<QName>, OperationGroup, ConditionalFeature {
+public interface ActionStatement extends DeclaredStatement<QName>, OperationGroup {
 
 }