Omer Frenkel has submitted this change and it was merged. Change subject: restapi: remove castings for queries values ...................................................................... restapi: remove castings for queries values Following patch I57b6ce5fc4b5d6bab1481f9bfb9d7861ba09a615 which made the VdcQueryReturnValue#getReturnValue method to be generic, we can drop castings for its returned value. This patch removes those kind of unnecessary castings from the rest api code. Change-Id: I499ca2f08f2c3b9f0ceef0999367b2b9be031890 Signed-off-by: Arik Hadas <ahadas@redhat.com> --- M backend/manager/modules/restapi/jaxrs/src/main/java/org/ovirt/engine/api/restapi/resource/AbstractBackendResource.java M backend/manager/modules/restapi/jaxrs/src/main/java/org/ovirt/engine/api/restapi/resource/BackendAssignedPermissionsResource.java M backend/manager/modules/restapi/jaxrs/src/main/java/org/ovirt/engine/api/restapi/security/auth/LoginValidator.java 3 files changed, 3 insertions(+), 3 deletions(-) Approvals: Omer Frenkel: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/18872 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I499ca2f08f2c3b9f0ceef0999367b2b9be031890 Gerrit-PatchSet: 5 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Arik Hadas <ahadas@redhat.com> Gerrit-Reviewer: Arik Hadas <ahadas@redhat.com> Gerrit-Reviewer: Michael Pasternak <mpastern@redhat.com> Gerrit-Reviewer: Omer Frenkel <ofrenkel@redhat.com> Gerrit-Reviewer: oVirt Jenkins CI Server