Laszlo Hornyak has submitted this change and it was merged. Change subject: core: Remove CanUpdateFieldGeneric ......................................................................
core: Remove CanUpdateFieldGeneric CanUpdateFieldGenericQuery is not used anywhere in the code, and hence should be removed. This patch removes the following: 1. The CanUpdateFieldGenericQuery class 2. The CanUpdateFieldGeneric constant representing it in VdcQueryType 3. The CanUpdateFieldGenericParameters class which was only used by the removed query class. Change-Id: I644d8b5c6854de5c14b3a93fd37c2e77666a890e Signed-off-by: Allon Mureinik <[email protected]> --- D backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/CanUpdateFieldGenericQuery.java D backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/queries/CanUpdateFieldGenericParameters.java M backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/queries/VdcQueryType.java 3 files changed, 0 insertions(+), 52 deletions(-) Approvals: Laszlo Hornyak: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/13598 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I644d8b5c6854de5c14b3a93fd37c2e77666a890e Gerrit-PatchSet: 3 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Allon Mureinik <[email protected]> Gerrit-Reviewer: Allon Mureinik <[email protected]> Gerrit-Reviewer: Daniel Erez <[email protected]> Gerrit-Reviewer: Laszlo Hornyak <[email protected]> Gerrit-Reviewer: Omer Frenkel <[email protected]> Gerrit-Reviewer: Roy Golan <[email protected]> Gerrit-Reviewer: Yair Zaslavsky <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
