Adjust to yangtools-2.0.0 changes
[controller.git] / opendaylight / md-sal / sal-dom-broker / src / main / java / org / opendaylight / controller / md / sal / dom / broker / impl / mount / DOMMountPointServiceImpl.java
index 5fccde2864ae2f96976dcd2671c44e8cd26356f5..c80d75f0d1ae5687d42ec70fd9d2867ea3b43d6b 100644 (file)
@@ -125,7 +125,7 @@ public class DOMMountPointServiceImpl implements DOMMountPointService {
         }
 
         @Override
-        public void close() throws Exception {
+        public void close() {
             unregisterMountPoint(mountPoint.getIdentifier());
         }
     }