Change in ovirt-engine[master]: webadmin: fixed generics in EnumTranslator, fixed typo

Gilad Chaplik has submitted this change and it was merged. Change subject: webadmin: fixed generics in EnumTranslator, fixed typo ...................................................................... webadmin: fixed generics in EnumTranslator, fixed typo Parameterized EnumTranslator could accept any type, not just Enums, which is wrong. Constructor accepted also any type, but it was expected (not reinforced) that this type will be Class<? extends Enum<?>>. Change-Id: If835e719a497e7ab1db4fc4f9484354e838c60c5 Signed-off-by: Martin Mucha <mmucha@redhat.com> --- M frontend/webadmin/modules/uicompat/src/main/java/org/ovirt/engine/ui/uicompat/EnumTranslator.java 1 file changed, 9 insertions(+), 9 deletions(-) Approvals: Martin Mucha: Verified Alona Kaplan: Looks good to me, approved Gilad Chaplik: Looks good to me, but someone else must approve -- To view, visit http://gerrit.ovirt.org/25605 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: If835e719a497e7ab1db4fc4f9484354e838c60c5 Gerrit-PatchSet: 4 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Martin Mucha <mmucha@redhat.com> Gerrit-Reviewer: Alona Kaplan <alkaplan@redhat.com> Gerrit-Reviewer: Daniel Erez <derez@redhat.com> Gerrit-Reviewer: Gilad Chaplik <gchaplik@redhat.com> Gerrit-Reviewer: Lior Vernia <lvernia@redhat.com> Gerrit-Reviewer: Martin Mucha <mmucha@redhat.com> Gerrit-Reviewer: Vojtech Szocs <vszocs@redhat.com> Gerrit-Reviewer: automation@ovirt.org Gerrit-Reviewer: oVirt Jenkins CI Server
participants (1)
-
gchaplik@redhat.com