Remove unused exceptions
[controller.git] / opendaylight / md-sal / sal-akka-raft / src / test / java / org / opendaylight / controller / cluster / raft / behaviors / AbstractLeaderElectionScenarioTest.java
index f3d1aac03050200a2cb70057126676d49ad6a092..9daacb040f87a9ee25ba9a06c8c3c25acc4687fe 100644 (file)
@@ -226,7 +226,7 @@ public class AbstractLeaderElectionScenarioTest {
     }
 
     @After
-    public void tearDown() throws Exception {
+    public void tearDown() {
         TestKit.shutdownActorSystem(system);
     }