Split off DeclaredEffectiveStatementBase
[yangtools.git] / yang / yang-parser-impl / src / main / java / org / opendaylight / yangtools / yang / parser / stmt / rfc6020 / effective / type / EmptyEffectiveStatementImpl.java
index 0c8d5c82883140d45ed2527c4cdc341a1a73e9cd..71a0b0fa0aeb0c326cfd6f65c373034bd23cc789 100644 (file)
@@ -20,9 +20,9 @@ import org.opendaylight.yangtools.yang.model.api.stmt.TypeStatement;
 import org.opendaylight.yangtools.yang.model.api.type.EmptyTypeDefinition;
 import org.opendaylight.yangtools.yang.parser.spi.meta.StmtContext;
 import org.opendaylight.yangtools.yang.parser.stmt.rfc6020.TypeUtils;
-import org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.EffectiveStatementBase;
+import org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.DeclaredEffectiveStatementBase;
 
-public class EmptyEffectiveStatementImpl extends EffectiveStatementBase<String, TypeStatement>
+public class EmptyEffectiveStatementImpl extends DeclaredEffectiveStatementBase<String, TypeStatement>
         implements EmptyTypeDefinition {
 
     public static final String LOCAL_NAME = TypeUtils.EMPTY;