Skip to content

Commit 913ab11

Browse files
author
Gary Gregory
committed
Javadoc.
1 parent 9deb9c1 commit 913ab11

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,8 @@
2020
import java.io.OutputStream;
2121

2222
/**
23-
* Classic splitter of OutputStream. Named after the unix 'tee'
24-
* command. It allows a stream to be branched off so there
23+
* Classic splitter of OutputStream. Named after the Unix 'tee' command. It allows a stream to be branched off so there
2524
* are now two streams.
26-
*
2725
*/
2826
public class TeeOutputStream extends ProxyOutputStream {
2927

0 commit comments

Comments
 (0)