Skip to content

Commit c7be7b4

Browse files
committed
Comment
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/io/trunk@1686503 13f79535-47bb-0310-9956-ffa450edef68
1 parent b39bac2 commit c7be7b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
public class TeeOutputStream extends ProxyOutputStream {
3030

3131
/** the second OutputStream to write to */
32-
protected OutputStream branch;
32+
protected OutputStream branch; //TODO consider making this private
3333

3434
/**
3535
* Constructs a TeeOutputStream.

0 commit comments

Comments
 (0)