bug 6579 removed boilerplate code
[ovsdb.git] / hwvtepsouthbound / hwvtepsouthbound-impl / src / main / java / org / opendaylight / ovsdb / hwvtepsouthbound / HwvtepConnectionInstance.java
index cec5fc852243b21da8ad2847d3f409ac92614d1e..1741042b7062b14d45d51657ba7ba3cf4533d70a 100644 (file)
@@ -80,7 +80,7 @@ public class HwvtepConnectionInstance {
         this.dataBroker = dataBroker;
     }
 
-    public void transact(TransactCommand command) {
+    public synchronized void transact(TransactCommand command) {
         for (TransactInvoker transactInvoker: transactInvokers.values()) {
             transactInvoker.invoke(command);
         }