I know, there is a discussion thread on the ML. Gary
On Jul 20, 2016 11:40 PM, "Benedikt Ritter" <brit...@apache.org> wrote: > Please note that someone is working on IO-480 at GitHub [1] > > Benedikt > > [1] http://github.com/apache/commons-io/pull/14 > > <ggreg...@apache.org> schrieb am Do., 21. Juli 2016 um 06:12 Uhr: > > > Author: ggregory > > Date: Thu Jul 21 04:12:14 2016 > > New Revision: 1753638 > > > > URL: http://svn.apache.org/viewvc?rev=1753638&view=rev > > Log: > > Note deprecated methods in class Javadoc. > > > > Modified: > > > > commons/proper/io/trunk/src/main/java/org/apache/commons/io/IOUtils.java > > > > Modified: > > commons/proper/io/trunk/src/main/java/org/apache/commons/io/IOUtils.java > > URL: > > > http://svn.apache.org/viewvc/commons/proper/io/trunk/src/main/java/org/apache/commons/io/IOUtils.java?rev=1753638&r1=1753637&r2=1753638&view=diff > > > > > ============================================================================== > > --- > > commons/proper/io/trunk/src/main/java/org/apache/commons/io/IOUtils.java > > (original) > > +++ > > commons/proper/io/trunk/src/main/java/org/apache/commons/io/IOUtils.java > > Thu Jul 21 04:12:14 2016 > > @@ -55,7 +55,7 @@ import org.apache.commons.io.output.Stri > > * <p> > > * This class provides static utility methods for input/output > operations. > > * <ul> > > - * <li>closeQuietly - these methods close a stream ignoring nulls and > > exceptions > > + * <li><b>[Deprecated]</b> closeQuietly - these methods close a stream > > ignoring nulls and exceptions > > * <li>toXxx/read - these methods read data from a stream > > * <li>write - these methods write data to a stream > > * <li>copy - these methods copy all the data from one stream to another > > > > > > >