Eliminate SourceException throws declarations
[yangtools.git] / yang / yang-parser-impl / src / main / java / org / opendaylight / yangtools / yang / parser / stmt / rfc6020 / ModuleStatementSupport.java
index f66e2b96c067e68fa269307dc0a41ca4d6f78c1d..4044d5ebad25d3b7a9a5299d5ee82641f52583bd 100644 (file)
@@ -124,7 +124,7 @@ public class ModuleStatementSupport extends
 
     @Override
     public void onFullDefinitionDeclared(final Mutable<String, ModuleStatement,
-            EffectiveStatement<String, ModuleStatement>> stmt) throws SourceException {
+            EffectiveStatement<String, ModuleStatement>> stmt) {
         super.onFullDefinitionDeclared(stmt);
         SUBSTATEMENT_VALIDATOR.validate(stmt);
     }