
Liron Aravot has submitted this change and it was merged. Change subject: core: CopyImageGroupVolumesDataCommand to inherit from CommandBase ...................................................................... core: CopyImageGroupVolumesDataCommand to inherit from CommandBase This patch changes CopyImageGroupVolumesDataCommand to inherit from CommandBase instead of BaseImagesCommand, this is done as there's no need to execute the inherited end methods and no other methods from BaseImagesCommand are used, so this patch just changes the class to inherit from the base command class. Change-Id: Ic5b2dd83124286f223f417635b8dd83bc049c67e Signed-off-by: Liron Aravot <laravot@redhat.com> --- M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/storage/disk/image/CopyImageGroupVolumesDataCommand.java 1 file changed, 9 insertions(+), 1 deletion(-) Approvals: Allon Mureinik: Looks good to me, approved Liron Aravot: Verified; Passed CI tests -- To view, visit https://gerrit.ovirt.org/62128 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ic5b2dd83124286f223f417635b8dd83bc049c67e Gerrit-PatchSet: 3 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Liron Aravot <laravot@redhat.com> Gerrit-Reviewer: Allon Mureinik <amureini@redhat.com> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Liron Aravot <laravot@redhat.com> Gerrit-Reviewer: gerrit-hooks <automation@ovirt.org>