dsbenchmark: final parameters
[controller.git] / benchmark / dsbenchmark / src / main / java / org / opendaylight / dsbenchmark / txchain / TxchainBaDelete.java
index 74ba61c5346d7129c1273dea0784232835b7b4fb..a8363df679bfdbb77c60f03c52ad6da9a063d106 100644 (file)
@@ -97,12 +97,12 @@ public class TxchainBaDelete extends DatastoreAbstractWriter implements Transact
                 txSubmitted++;
             }
             tx.submit().checkedGet();
-        } catch (TransactionCommitFailedException e) {
+        } catch (final TransactionCommitFailedException e) {
             LOG.error("Transaction failed", e);
         }
         try {
             chain.close();
-        } catch (IllegalStateException e) {
+        } catch (final IllegalStateException e) {
             LOG.error("Transaction close failed,", e);
         }
         LOG.debug("Transactions: submitted {}, completed {}", txSubmitted, (txOk + txError));