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