
Laszlo Hornyak has submitted this change and it was merged. Change subject: core: restapi fix ...................................................................... core: restapi fix Since the map's key type is String, the original code will always evaluate to false, because the map.containsKey is invoked with a TypeVariable. Change-Id: Ib790a9c64a0cc533ad36842903c7481531a8f5c7 Signed-off-by: Laszlo Hornyak <lhornyak@redhat.com> --- M backend/manager/modules/restapi/jaxrs/src/main/java/org/ovirt/engine/api/restapi/rsdl/RsdlBuilder.java 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Laszlo Hornyak: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/5304 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ib790a9c64a0cc533ad36842903c7481531a8f5c7 Gerrit-PatchSet: 3 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Laszlo Hornyak <lhornyak@redhat.com> Gerrit-Reviewer: Eli Mesika <emesika@redhat.com> Gerrit-Reviewer: Laszlo Hornyak <lhornyak@redhat.com> Gerrit-Reviewer: Maor Lipchuk <mlipchuk@redhat.com> Gerrit-Reviewer: Ori Liel <oliel@redhat.com>