Remove unused exceptions
[netconf.git] / netconf / mdsal-netconf-yang-library / src / main / java / org / opendaylight / netconf / mdsal / yang / library / SchemaServiceToMdsalWriter.java
index 69296ffe1c661986cd099272c477179a08c98b43..5fe60f91ff9c3d2201dea3d21dd68884fe5d60ed 100644 (file)
@@ -58,7 +58,7 @@ public class SchemaServiceToMdsalWriter implements SchemaContextListener, AutoCl
     }
 
     @Override
-    public void close() throws Exception {
+    public void close() {
         // TODO Delete modules-state from operational data store
     }