Remove unused exceptions
[netconf.git] / netconf / callhome-provider / src / main / java / org / opendaylight / netconf / callhome / mount / CallhomeStatusReporter.java
index db43d0d39377e6cfc34a214422a52188ba3d2980..8a4979502b29b1521144d07e71fa3895c254190d 100644 (file)
@@ -314,7 +314,7 @@ class CallhomeStatusReporter implements DataTreeChangeListener<Node>, StatusReco
     }
 
     @Override
-    public void close() throws Exception {
+    public void close() {
         reg.close();
     }
 }