On Tue, Oct 12, 2010 at 12:11 AM, Gary Gregory
<ggreg...@seagullsoftware.com> wrote:
> Hi All:
>
> I see mismatch here:
>
> * @deprecated Use IOUtils. Will be removed in 2.0.
>  *  Methods renamed to IOUtils.write() or IOUtils.copy().
>  *  Null handling behaviour changed in IOUtils (null data does not
>  *  throw NullPointerException).
>  */
> @Deprecated
> public class CopyUtils {
>
> Either the class should be removed or the Javadoc updated.

I'll update the JavaDoc

> Other deprecated items do not specify when they will be removed. If they will 
> not be removed, it would be nice for the Javadoc to say so.
>
> IMO, a major release (like this 2.0) is as good a time as any.

Yes, but for IO we would then end up in the package-rename-game -
which I didn't want for 2.0

Niall

> Gary

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to