
Juan Hernandez has submitted this change and it was merged. Change subject: restapi: Add JAXB annotation to "scheduling_policy" ...................................................................... restapi: Add JAXB annotation to "scheduling_policy" This annotation is used to make sure that the name of the corresponding Java getter is "getSchedulingPolicies", as this, plural, is what is used in the rest of the API. Change-Id: Id7ccb2aa84e0c024bd3d73ff61c84dd64e5c07df Signed-off-by: Juan Hernandez <juan.hernandez@redhat.com> --- M backend/manager/modules/restapi/interface/definition/src/main/schema/api.xsd M backend/manager/modules/restapi/jaxrs/src/main/java/org/ovirt/engine/api/restapi/resource/BackendSchedulingPoliciesResource.java 2 files changed, 8 insertions(+), 2 deletions(-) Approvals: Juan Hernandez: Verified; Looks good to me, approved Jenkins CI: Passed CI tests -- To view, visit https://gerrit.ovirt.org/46819 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Id7ccb2aa84e0c024bd3d73ff61c84dd64e5c07df Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Juan Hernandez <juan.hernandez@redhat.com> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Juan Hernandez <juan.hernandez@redhat.com> Gerrit-Reviewer: automation@ovirt.org