Correct Palette generics to use 'extends'
-----------------------------------------
Key: WICKET-3662
URL: https://issues.apache.org/jira/browse/WICKET-3662
Project: Wicket
Issue Type: Improvement
Components: wicket-extensions
Affects Versions: 1.5-RC3, 1.4.17
Reporter: Clint Checketts
Priority: Trivial
The constructor's for Palette say Model<List<T>> but would be better if it said
Model<? extends List<? extends T>> since that allows a model of an ArrayList as
a valid model.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira