Remove unused exceptions
[controller.git] / opendaylight / md-sal / sal-distributed-datastore / src / test / java / org / opendaylight / controller / cluster / databroker / actors / dds / EmptyTransactionCommitCohortTest.java
index 024f88fa4f6d8a5a732ddf71c7dfeed2edba8bf5..0735b53c6cca1ff8e60d6c3b3b822a5ac5e92b0d 100644 (file)
@@ -26,7 +26,7 @@ public class EmptyTransactionCommitCohortTest {
     private EmptyTransactionCommitCohort cohort;
 
     @Before
-    public void setUp() throws Exception {
+    public void setUp() {
         MockitoAnnotations.initMocks(this);
         cohort = new EmptyTransactionCommitCohort(history, TRANSACTION_ID);
     }