Bug 8153: Enforce check-style rules for netconf - sal-netconf-connector
[netconf.git] / netconf / sal-netconf-connector / src / main / java / org / opendaylight / netconf / sal / connect / netconf / sal / tx / TxChain.java
index 7dbc835a3f9720c5d191dcf3932f4c08d04f318d..2547d7013c0554a273d57518527e615fa1f57210 100644 (file)
@@ -104,6 +104,7 @@ public class TxChain implements DOMTransactionChain, TxListener {
         currentTransaction = null;
     }
 
+    @SuppressWarnings("checkstyle:IllegalCatch")
     private void removePendingTx(final AbstractWriteTx transaction) {
         try {
             pendingTransactions.remove(transaction).close();