Strange IResourceStream type hierarchy
--------------------------------------
Key: WICKET-3167
URL: https://issues.apache.org/jira/browse/WICKET-3167
Project: Wicket
Issue Type: Improvement
Components: wicket
Affects Versions: 1.5-M3
Reporter: Juergen Donnerstag
Priority: Minor
Current type hierarchy looks like
IResourceStream
IStringResourceStream
AbstractResourceStream
AbstractStringResourceStream
It propobly should rather be
IResourceStream
AbstractResourceStream
IStringResourceStream
AbstractStringResourceStream
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.