You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@click.apache.org by "Bob Schellink (JIRA)" <ji...@apache.org> on 2010/03/13 15:05:27 UTC

[jira] Resolved: (CLK-620) Replace multiple ClickUtils.close methods with a single one accepting Closeable

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

Bob Schellink resolved CLK-620.
-------------------------------

    Resolution: Fixed

fixed in trunk

> Replace multiple ClickUtils.close methods with a single one accepting Closeable
> -------------------------------------------------------------------------------
>
>                 Key: CLK-620
>                 URL: https://issues.apache.org/jira/browse/CLK-620
>             Project: Click
>          Issue Type: Improvement
>    Affects Versions: 2.1.0
>            Reporter: Bob Schellink
>            Assignee: Bob Schellink
>            Priority: Trivial
>             Fix For: 2.2.0
>
>
> Since Java5 InputStream, Reader, OutputStream and Writer all implement Closeable. We can replace all the close methods with a single method accepting Closeable.
> This issue was raised and fixed by Andrey Rybin.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.