Skip to content

Commit 8f06c0d

Browse files
committed
Javadoc: Active voice.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/io/trunk@1737899 13f79535-47bb-0310-9956-ffa450edef68
1 parent 7506aa1 commit 8f06c0d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/apache/commons/io/output/DemuxOutputStream.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public class DemuxOutputStream extends OutputStream {
2828
private final InheritableThreadLocal<OutputStream> m_streams = new InheritableThreadLocal<OutputStream>();
2929

3030
/**
31-
* Bind the specified stream to the current thread.
31+
* Binds the specified stream to the current thread.
3232
*
3333
* @param output
3434
* the stream to bind

0 commit comments

Comments
 (0)