Fixup Augmentable and Identifiable methods changing
[controller.git] / benchmark / dsbenchmark / src / main / java / org / opendaylight / dsbenchmark / txchain / TxchainDomWrite.java
index 2693fa976af753cdc69182e32f92c96d94fb55fb..52f574ab1c0ecf240b20378fbccb5dd434aead9b 100644 (file)
@@ -99,13 +99,13 @@ public class TxchainDomWrite extends DatastoreAbstractWriter implements Transact
             txSubmitted++;
             tx.submit().checkedGet();
             txOk++;
-        } catch (TransactionCommitFailedException e) {
+        } catch (final TransactionCommitFailedException e) {
             LOG.error("Transaction failed", e);
             txError++;
         }
         try {
             chain.close();
-        } catch (IllegalStateException e) {
+        } catch (final IllegalStateException e) {
             LOG.error("Transaction close failed,", e);
         }