[
https://issues.apache.org/jira/browse/WICKET-1662?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Igor Vaynberg resolved WICKET-1662.
-----------------------------------
Resolution: Fixed
Fix Version/s: 1.4-M3
Assignee: Igor Vaynberg
> org.apache.wicket.util.resource.IResourceStream extends java.io.Closeable
> -------------------------------------------------------------------------
>
> Key: WICKET-1662
> URL: https://issues.apache.org/jira/browse/WICKET-1662
> Project: Wicket
> Issue Type: Improvement
> Components: wicket
> Affects Versions: 1.4-M2
> Reporter: Jan Loose
> Assignee: Igor Vaynberg
> Priority: Trivial
> Fix For: 1.4-M3
>
> Original Estimate: 0.03h
> Remaining Estimate: 0.03h
>
> Please use the interface 'java.io.Closeable' (since Java 1.5) as one of super
> interfaces of 'org.apache.wicket.util.resource.IResourceStream'.
> public interface IResourceStream extends IModifiable, IClusterable,
> java.io.Closeable {
> ...
> }
> Thx,
> H.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.