Omer Frenkel has submitted this change and it was merged. Change subject: core: Removed unused license query types. ......................................................................
core: Removed unused license query types. IsLicenseValid and IsLicenseSupported query types are no longer used or supported, and can thus be removed from VdcQueryType. (See iheim's comments on: http://gerrit.ovirt.org/#patch,sidebyside,3959,2,backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/queries/VdcQueryType.java) The LicenseReturnValue class was removed completely, since there are no longer any queries that constuct it. Change-Id: I9452de869c0f8da625ee603372232ba720967081 Signed-off-by: Allon Mureinik <[email protected]> --- M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/QueriesCommandBase.java D backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/queries/LicenseReturnValue.java M backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/queries/VdcQueryType.java M frontend/webadmin/modules/gwt-common/src/main/resources/org/ovirt/engine/core/Common.gwt.xml M frontend/webadmin/modules/uicommon/src/main/java/org/ovirt/engine/ui/uicommon/DataProvider.java 5 files changed, 1 insertion(+), 42 deletions(-) Approvals: Allon Mureinik: Verified Omer Frenkel: Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/4056 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I9452de869c0f8da625ee603372232ba720967081 Gerrit-PatchSet: 11 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Allon Mureinik <[email protected]> Gerrit-Reviewer: Allon Mureinik <[email protected]> Gerrit-Reviewer: Omer Frenkel <[email protected]> Gerrit-Reviewer: Yair Zaslavsky <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
