Moti Asayag has submitted this change and it was merged. Change subject: core: Move disk delegation to DiskImageBase ......................................................................
core: Move disk delegation to DiskImageBase It is more correct that the Disk be held at this level, since this is the class that gets passed in the parameters, and also DiskImage inherits from it so it will also contain the Disk entity. Change-Id: I1ea11d9ceb48b1e8bfe581d27b5a72e1f470e8ad --- M backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/DiskImage.java M backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/DiskImageBase.java 2 files changed, 27 insertions(+), 88 deletions(-) Approvals: Moti Asayag: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/1213 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I1ea11d9ceb48b1e8bfe581d27b5a72e1f470e8ad Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Mike Kolesnik <[email protected]> Gerrit-Reviewer: Moti Asayag <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
