BUG-731: move to new APIs
[bgpcep.git] / programming / impl-config / src / main / java / org / opendaylight / controller / config / yang / programming / impl / InstructionSchedulerImplModule.java
index 5c26607bc29956f1e9f7e7610ac743195ce2d009..8e28a06126ea2e8b1db81a0c20d467e70cc44504 100644 (file)
@@ -48,8 +48,7 @@ org.opendaylight.controller.config.yang.programming.impl.AbstractInstructionSche
        }
 
        @Override
-       public void validate() {
-               super.validate();
+       protected void customValidation() {
                // Add custom validation for module attributes here.
        }