Remove unused exceptions
[controller.git] / opendaylight / md-sal / sal-binding-dom-it / src / test / java / org / opendaylight / controller / sal / binding / test / connect / dom / DOMRpcServiceTestBugfix560.java
index 246188629c3d48c04133d94d9710bfb030e5f66c..81171349d739d75cf4f1e12e5317618896565fa9 100644 (file)
@@ -156,7 +156,7 @@ public class DOMRpcServiceTestBugfix560 {
      * @throws java.lang.Exception
      */
     @After
-    public void teardown() throws Exception {
+    public void teardown() {
         testContext.close();
     }
 }