Allon Mureinik has uploaded a new change for review. Change subject: core: Remove RegisterSearch and UnregisterSearch ......................................................................
core: Remove RegisterSearch and UnregisterSearch Removed the RegisterSearch and UnregisterSearch constants from VdcQueryType, as the corresponding queries no longer exists, making these constants useless. Change-Id: I2a1bb82d7096fa7cc6ef807739fec10cb44e1cbe Signed-off-by: Allon Mureinik <[email protected]> --- M backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/queries/VdcQueryType.java 1 file changed, 0 insertions(+), 2 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/99/13599/1 diff --git a/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/queries/VdcQueryType.java b/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/queries/VdcQueryType.java index bffd3d1..ab137b9 100644 --- a/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/queries/VdcQueryType.java +++ b/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/queries/VdcQueryType.java @@ -140,8 +140,6 @@ // Search queries Search, - RegisterSearch, - UnregisterSearch, AdUsersSearch(VdcQueryAuthType.User), AdGroupsSearch(VdcQueryAuthType.User), -- To view, visit http://gerrit.ovirt.org/13599 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I2a1bb82d7096fa7cc6ef807739fec10cb44e1cbe Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Allon Mureinik <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
