Author: ggregory
Date: Wed Apr  6 00:21:35 2016
New Revision: 1737899

URL: http://svn.apache.org/viewvc?rev=1737899&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=1737899&r1=1737898&r2=1737899&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:35 2016
@@ -28,7 +28,7 @@ public class DemuxOutputStream extends O
     private final InheritableThreadLocal<OutputStream> m_streams = new 
InheritableThreadLocal<OutputStream>();
 
     /**
-     * Bind the specified stream to the current thread.
+     * Binds the specified stream to the current thread.
      *
      * @param output
      *            the stream to bind


Reply via email to