Change in ovirt-engine[master]: core: MigrateVmToServerCommand#init()

Allon Mureinik has submitted this change and it was merged. Change subject: core: MigrateVmToServerCommand#init() ...................................................................... core: MigrateVmToServerCommand#init() Apparently, setDestinationVdsId performs a DAO call. Its confusing name caused it to be missed in 6188d4. This patch extracts it from the constructor and moves it to the init() method where it belongs. Change-Id: Ic9ded0d6ac7efe2bc1877822da55a5825500092c Signed-off-by: Allon Mureinik <amureini@redhat.com> --- M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/MigrateVmToServerCommand.java 1 file changed, 5 insertions(+), 1 deletion(-) Approvals: Tal Nisan: Looks good to me, approved Jenkins CI: Passed CI tests Allon Mureinik: Verified -- To view, visit https://gerrit.ovirt.org/65768 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ic9ded0d6ac7efe2bc1877822da55a5825500092c Gerrit-PatchSet: 2 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Allon Mureinik <amureini@redhat.com> Gerrit-Reviewer: Allon Mureinik <amureini@redhat.com> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Tal Nisan <tnisan@redhat.com> Gerrit-Reviewer: gerrit-hooks <automation@ovirt.org>
participants (1)
-
amureini@redhat.com