Skip to content

Commit

Permalink
Fix #286 Deprecate GenericEnumConverter
Browse files Browse the repository at this point in the history
  • Loading branch information
BalusC committed Apr 16, 2017
1 parent 63454a1 commit fcf7a8d
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -72,7 +72,9 @@
*
* @author Bauke Scholtz
* @since 1.2
* @deprecated Since 3.0 as this has been fixed in JSF 2.3 as per https://java.net/jira/browse/JAVASERVERFACES_SPEC_PUBLIC-1422
*/
@Deprecated
@FacesConverter(value = "omnifaces.GenericEnumConverter")
@SuppressWarnings({ "rawtypes", "unchecked" })
public class GenericEnumConverter implements Converter<Enum> {
Expand Down

0 comments on commit fcf7a8d

Please sign in to comment.