Skip to content

Commit 0029e29

Browse files
committed
Javadoc
1 parent 22a1091 commit 0029e29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
/**
2222
* A decorating output stream that counts the number of bytes that have passed
23-
* through the stream so far.
23+
* through.
2424
* <p>
2525
* A typical use case would be during debugging, to ensure that data is being
2626
* written as expected.

0 commit comments

Comments
 (0)