Eliminate superfluous onFullDefinitionDeclared overrides
[yangtools.git] / yang / yang-parser-impl / src / main / java / org / opendaylight / yangtools / yang / parser / stmt / rfc6020 / ChoiceStatementImpl.java
index 164231321cdbb120afb762fff4561542664b7432..b45fc9238d49aad2f4a904ff98932a3095cb7365 100644 (file)
@@ -84,13 +84,6 @@ public class ChoiceStatementImpl extends AbstractDeclaredStatement<QName>
             return new ChoiceEffectiveStatementImpl(ctx);
         }
 
-        @Override
-        public void onFullDefinitionDeclared(final Mutable<QName, ChoiceStatement,
-                EffectiveStatement<QName, ChoiceStatement>> stmt) {
-            super.onFullDefinitionDeclared(stmt);
-            getSubstatementValidator().validate(stmt);
-        }
-
         @Override
         protected SubstatementValidator getSubstatementValidator() {
             return SUBSTATEMENT_VALIDATOR;