Arik Hadas has submitted this change and it was merged. Change subject: core: fix interfaces initialization for VM object ......................................................................
core: fix interfaces initialization for VM object In the constructor of VM object we always set the interfaces to empty list. It is redundant as we get VmStatic object which is initialized with empty list. The problem with the redundant setting is that even if passing VmStatic instance initialized with interfaces, we were override it. Thus, this setting is removed. Change-Id: I4537f48ecfd7f3a42e96e345c24f085105361e02 Signed-off-by: Arik Hadas <aha...@redhat.com> --- M backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/VM.java 1 file changed, 0 insertions(+), 1 deletion(-) Approvals: Shahar Havivi: Looks good to me, approved Arik Hadas: Verified -- To view, visit http://gerrit.ovirt.org/36107 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I4537f48ecfd7f3a42e96e345c24f085105361e02 Gerrit-PatchSet: 3 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Arik Hadas <aha...@redhat.com> Gerrit-Reviewer: Arik Hadas <aha...@redhat.com> Gerrit-Reviewer: Shahar Havivi <shav...@redhat.com> Gerrit-Reviewer: automat...@ovirt.org _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches