Sonar issues clean-up
[yangtools.git] / yang / yang-parser-impl / src / main / java / org / opendaylight / yangtools / yang / parser / stmt / rfc6020 / ModuleStatementSupport.java
index 3324b876e2c09bd5c810f71d23f0780f531002e7..e2c6b531db1e8eae0f93b09d5327f92f82466c0d 100644 (file)
@@ -63,7 +63,7 @@ public class ModuleStatementSupport extends
 
     @Override
     public void onLinkageDeclared(Mutable<String, ModuleStatement, EffectiveStatement<String, ModuleStatement>> stmt)
-            throws InferenceException, SourceException {
+            throws SourceException {
 
         Optional<URI> moduleNs = Optional.fromNullable(firstAttributeOf(stmt.declaredSubstatements(),
                 NamespaceStatement.class));