Liron Aravot has submitted this change and it was merged.
Change subject: core: CopyImageGroupWithDataCommand to inherit from CommandBase
......................................................................
core: CopyImageGroupWithDataCommand to inherit from CommandBase
This patch changes CopyImageGroupWithDataCommand to inherit from
CommandBase instead of BaseImagesCommand, this is done as
there's no need to execute the inherited end methods and only the
getVolumeInfo from BaseImagesCommand is being used, therefore
i prefer to not being depend on that class.
Change-Id: Ief1802a6527783d587b0e0c057d3adcbd50fd463
Signed-off-by: Liron Aravot <laravot(a)redhat.com>
---
M
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/storage/disk/image/CopyImageGroupWithDataCommand.java
1 file changed, 21 insertions(+), 5 deletions(-)
Approvals:
Liron Aravot: Verified; Looks good to me, approved; Passed CI tests
--
To view, visit
https://gerrit.ovirt.org/62131
To unsubscribe, visit
https://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ief1802a6527783d587b0e0c057d3adcbd50fd463
Gerrit-PatchSet: 5
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Liron Aravot <laravot(a)redhat.com>
Gerrit-Reviewer: Allon Mureinik <amureini(a)redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Liron Aravot <laravot(a)redhat.com>
Gerrit-Reviewer: gerrit-hooks <automation(a)ovirt.org>