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.

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.

Gary

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

Reply via email to