Eliminate superfluous onFullDefinitionDeclared overrides
[yangtools.git] / yang / yang-parser-impl / src / main / java / org / opendaylight / yangtools / yang / parser / stmt / rfc6020 / ConfigStatementImpl.java
index d4e0e611945deb0745eed4e402ec207fe7df5c28..d7b5fe42c6e713ba974761fe1ed508a9f5df5111 100644 (file)
@@ -61,13 +61,6 @@ public class ConfigStatementImpl extends AbstractDeclaredStatement<Boolean> impl
             return ret;
         }
 
-        @Override
-        public void onFullDefinitionDeclared(final StmtContext.Mutable<Boolean, ConfigStatement,
-                EffectiveStatement<Boolean, ConfigStatement>> stmt) {
-            super.onFullDefinitionDeclared(stmt);
-            getSubstatementValidator().validate(stmt);
-        }
-
         @Override
         protected SubstatementValidator getSubstatementValidator() {
             return SUBSTATEMENT_VALIDATOR;