Author: ggregory Date: Wed Apr 6 00:21:17 2016 New Revision: 1737898 URL: http://svn.apache.org/viewvc?rev=1737898&view=rev Log: Javadoc: Active voice.
Modified: commons/proper/io/trunk/src/main/java/org/apache/commons/io/output/DemuxOutputStream.java Modified: commons/proper/io/trunk/src/main/java/org/apache/commons/io/output/DemuxOutputStream.java URL: http://svn.apache.org/viewvc/commons/proper/io/trunk/src/main/java/org/apache/commons/io/output/DemuxOutputStream.java?rev=1737898&r1=1737897&r2=1737898&view=diff ============================================================================== --- commons/proper/io/trunk/src/main/java/org/apache/commons/io/output/DemuxOutputStream.java (original) +++ commons/proper/io/trunk/src/main/java/org/apache/commons/io/output/DemuxOutputStream.java Wed Apr 6 00:21:17 2016 @@ -20,7 +20,7 @@ import java.io.IOException; import java.io.OutputStream; /** - * Data written to this stream is forwarded to a stream that has been associated with this thread. + * Forwards data to a stream that has been associated with this thread. * * @version $Id$ */