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.

Reply via email to