Skip to content

Commit 19ac7a8

Browse files
committed
Javadoc.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/io/trunk@1598278 13f79535-47bb-0310-9956-ffa450edef68
1 parent 9dde69f commit 19ac7a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public ChunkedOutputStream(final OutputStream stream) {
6363
}
6464

6565
/**
66-
* writes the data buffer in chunks to the underlying stream
66+
* Writes the data buffer in chunks to the underlying stream
6767
*/
6868
@Override
6969
public void write(byte[] data, int srcOffset, int length) throws IOException {

0 commit comments

Comments
 (0)