Maor Lipchuk has submitted this change and it was merged. Change subject: core: Use set instead of List to prevent duplicate key violiation ......................................................................
core: Use set instead of List to prevent duplicate key violiation Use set instead of List to prevent duplicate key violiation while building the associated command entities. Change-Id: I55a2933da86aec6202fd806bf1a5701811ed1207 Signed-off-by: Maor Lipchuk <[email protected]> --- M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/tasks/CommandExecutor.java 1 file changed, 6 insertions(+), 3 deletions(-) Approvals: Jenkins CI: Looks good to me, but someone else must approve Maor Lipchuk: Verified Moti Asayag: Looks good to me, approved -- To view, visit https://gerrit.ovirt.org/40709 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I55a2933da86aec6202fd806bf1a5701811ed1207 Gerrit-PatchSet: 3 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Maor Lipchuk <[email protected]> Gerrit-Reviewer: Daniel Erez <[email protected]> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Maor Lipchuk <[email protected]> Gerrit-Reviewer: Moti Asayag <[email protected]> Gerrit-Reviewer: [email protected] _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
