Remove redundant exception declarations
[openflowplugin.git] / applications / forwardingrules-sync / src / test / java / org / opendaylight / openflowplugin / applications / frsync / impl / SyncReactorGuardDecoratorTest.java
index 8724c531747e97796864554b493a7b4ad36c6078..52fe9f76cc7db44c41eafaad20d4e7ac7df2480c 100644 (file)
@@ -45,7 +45,7 @@ public class SyncReactorGuardDecoratorTest {
     private SyncupEntry syncupEntry;
 
     @Before
-    public void setUp() throws Exception {
+    public void setUp() {
         reactor = new SyncReactorGuardDecorator(delegate);
         InstanceIdentifier<Node> nodePath = InstanceIdentifier.create(Nodes.class)
                 .child(Node.class, new NodeKey(NODE_ID));