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/02/01 10:16:15 UTC

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

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.