Adjust to yangtools-2.0.0 changes
[mdsal.git] / binding2 / mdsal-binding2-dom-adapter / src / main / java / org / opendaylight / mdsal / binding / javav2 / dom / adapter / impl / data / tree / BindingDOMDataTreeCommitCohortRegistryAdapter.java
index a80cc08766805fde6dddfdcbce9f7bec4891c988..e918940b5761f1e230841daa4f9dee1724593b7d 100644 (file)
@@ -65,9 +65,9 @@ public final class BindingDOMDataTreeCommitCohortRegistryAdapter implements Data
             }
 
             @Override
-            public void close() throws Exception {
+            public void close() {
                 domReg.close();
             }
         };
     }
-}
\ No newline at end of file
+}