Change in ovirt-engine[master]: core: Pull down method in AbstractDiskVmCommand

Tal Nisan has submitted this change and it was merged. Change subject: core: Pull down method in AbstractDiskVmCommand ...................................................................... core: Pull down method in AbstractDiskVmCommand The method isVmNotLocked is only used in AddDiskCommand and thus pulled down, the null check was removed since the VM cannot be null when the method is invoked Change-Id: I592050a458f7c4af9856c674c2dc28a9751a7933 Signed-off-by: Tal Nisan <tnisan@redhat.com> --- M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/storage/disk/AbstractDiskVmCommand.java M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/storage/disk/AddDiskCommand.java 2 files changed, 2 insertions(+), 9 deletions(-) Approvals: Tal Nisan: Verified; Passed CI tests Allon Mureinik: Looks good to me, approved -- To view, visit https://gerrit.ovirt.org/55755 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I592050a458f7c4af9856c674c2dc28a9751a7933 Gerrit-PatchSet: 9 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Tal Nisan <tnisan@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)
-
tnisan@redhat.com