You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Peter Ertl (JIRA)" <ji...@apache.org> on 2010/11/16 19:48:15 UTC

[jira] Resolved: (WICKET-3167) Strange IResourceStream type hierarchy

     [ https://issues.apache.org/jira/browse/WICKET-3167?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Peter Ertl resolved WICKET-3167.
--------------------------------

    Resolution: Fixed

> 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
>            Assignee: Peter Ertl
>            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.