Re: svn commit: r505890 - in /jakarta/commons/proper/httpclient/trunk: release_notes.txt src/java/org/apache/commons/httpclient/AutoCloseInputStream.java src/test/org/apache/commons/httpclient/TestStr

2007-02-14 Thread simon.kitching
Oleg Kalnichevski <[EMAIL PROTECTED]> wrote: > On Wed, 2007-02-14 at 16:47 +1300, [EMAIL PROTECTED] wrote: > > Perhaps this should have an @since tag added, as it's a new method? > > Hi Simon, > > This change does not actually affect the public API. > AutoCloseInputStream is a package priv

Re: svn commit: r505890 - in /jakarta/commons/proper/httpclient/trunk: release_notes.txt src/java/org/apache/commons/httpclient/AutoCloseInputStream.java src/test/org/apache/commons/httpclient/TestStr

2007-02-14 Thread Oleg Kalnichevski
On Wed, 2007-02-14 at 16:47 +1300, [EMAIL PROTECTED] wrote: > Perhaps this should have an @since tag added, as it's a new method? Hi Simon, This change does not actually affect the public API. AutoCloseInputStream is a package private class and is not meant to be imported by the end users. Can

Re: svn commit: r505890 - in /jakarta/commons/proper/httpclient/trunk: release_notes.txt src/java/org/apache/commons/httpclient/AutoCloseInputStream.java src/test/org/apache/commons/httpclient/TestStr

2007-02-13 Thread simon.kitching
Perhaps this should have an @since tag added, as it's a new method? [EMAIL PROTECTED] wrote: > Modified: > jakarta/commons/proper/httpclient/trunk/src/java/org/apache/commons/httpclient/AutoCloseInputStream.java > URL: > http://svn.apache.org/viewvc/jakarta/commons/proper/httpclient/trunk/