Liron Aravot has submitted this change and it was merged.
Change subject: core: CloneImageGroupVolumesStructureCommand to inherit from CommandBase
......................................................................
core: CloneImageGroupVolumesStructureCommand to inherit from CommandBase
This patch changes CloneImageGroupVolumesStructureCommand 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: I1a74daa3915bbc66738e6743176df85cd8f19590
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/CloneImageGroupVolumesStructureCommand.java
1 file changed, 9 insertions(+), 3 deletions(-)
Approvals:
Allon Mureinik: Looks good to me, approved
Liron Aravot: Verified; Passed CI tests
--
To view, visit
https://gerrit.ovirt.org/62129
To unsubscribe, visit
https://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I1a74daa3915bbc66738e6743176df85cd8f19590
Gerrit-PatchSet: 4
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>