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 <[email protected]>
---
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 <[email protected]>
Gerrit-Reviewer: Alona Kaplan <[email protected]>
Gerrit-Reviewer: Daniel Erez <[email protected]>
Gerrit-Reviewer: Gilad Chaplik <[email protected]>
Gerrit-Reviewer: Lior Vernia <[email protected]>
Gerrit-Reviewer: Martin Mucha <[email protected]>
Gerrit-Reviewer: Vojtech Szocs <[email protected]>
Gerrit-Reviewer: [email protected]
Gerrit-Reviewer: oVirt Jenkins CI Server
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to