bug 6579 removed boilerplate code
[ovsdb.git] / hwvtepsouthbound / hwvtepsouthbound-impl / src / main / java / org / opendaylight / ovsdb / hwvtepsouthbound / transactions / md / HwvtepPhysicalLocatorUpdateCommand.java
index 13b25e37a67531aeb1ca4d0d0c0fc9e2e855b512..86d11f37df1ad3095cf9661f635f66a1b6a5b8ff 100644 (file)
@@ -78,9 +78,9 @@ public class HwvtepPhysicalLocatorUpdateCommand extends AbstractTransactionComma
                 } else {
                     transaction.put(LogicalDatastoreType.OPERATIONAL,
                             tpPath, tpBuilder.build());
-                    getOvsdbConnectionInstance().getDeviceInfo().updateDeviceOpData(
-                            TerminationPoint.class, tpPath, pLoc.getUuid(), pLoc);
                 }
+                getOvsdbConnectionInstance().getDeviceInfo().updateDeviceOpData(
+                        TerminationPoint.class, tpPath, pLoc.getUuid(), pLoc);
             }
         }
     }