NullEnumeration type mismatch in config.external
------------------------------------------------
Key: TRINIDAD-2117
URL: https://issues.apache.org/jira/browse/TRINIDAD-2117
Project: MyFaces Trinidad
Issue Type: Bug
Affects Versions: 2.0.0
Reporter: Scott O'Bryan
Assignee: Scott O'Bryan
The NullEnumeration implements Enumeration<Object>, yet it is used only in an
API which requires an Enumeration<String>. I can only assume that the
@IgnoreWarnings("unchecked") annotation is what allows this to be compiled
correctly, but I've found an environment or two where the compile fails.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira