This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-io.git
The following commit(s) were added to refs/heads/master by this push:
new 0029e2955 Javadoc
0029e2955 is described below
commit 0029e2955579a8526cc1a155b14162a7d235f50f
Author: Gary D. Gregory <[email protected]>
AuthorDate: Sat Mar 1 15:38:40 2025 -0500
Javadoc
---
src/main/java/org/apache/commons/io/output/CountingOutputStream.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/src/main/java/org/apache/commons/io/output/CountingOutputStream.java
b/src/main/java/org/apache/commons/io/output/CountingOutputStream.java
index 9f799cc95..ab05cf9b2 100644
--- a/src/main/java/org/apache/commons/io/output/CountingOutputStream.java
+++ b/src/main/java/org/apache/commons/io/output/CountingOutputStream.java
@@ -20,7 +20,7 @@
/**
* A decorating output stream that counts the number of bytes that have passed
- * through the stream so far.
+ * through.
* <p>
* A typical use case would be during debugging, to ensure that data is being
* written as expected.