Remove unused exceptions
[controller.git] / opendaylight / md-sal / sal-dom-broker / src / test / java / org / opendaylight / controller / md / sal / dom / broker / impl / DOMTransactionChainTest.java
index f0be8bb8005e2fbfb875f75770868e0e9dfaaf8d..f36a75d6683c066492965ad43dcd30a816be0f08 100644 (file)
@@ -127,7 +127,7 @@ public class DOMTransactionChainTest {
 
     @Test
     @SuppressWarnings("checkstyle:IllegalCatch")
-    public void testTransactionChainNotSealed() throws InterruptedException, ExecutionException, TimeoutException {
+    public void testTransactionChainNotSealed() throws InterruptedException, ExecutionException {
         BlockingTransactionChainListener listener = new BlockingTransactionChainListener();
         DOMTransactionChain txChain = domBroker.createTransactionChain(listener);
         assertNotNull(txChain);