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 8fb7cbcb4 Javadoc
8fb7cbcb4 is described below
commit 8fb7cbcb4317361547140a3c4220ec9e6beaffb8
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Sep 22 10:26:53 2025 -0400
Javadoc
---
src/main/java/org/apache/commons/io/input/CountingInputStream.java | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/main/java/org/apache/commons/io/input/CountingInputStream.java
b/src/main/java/org/apache/commons/io/input/CountingInputStream.java
index 716f9ed5f..8da5a3ae5 100644
--- a/src/main/java/org/apache/commons/io/input/CountingInputStream.java
+++ b/src/main/java/org/apache/commons/io/input/CountingInputStream.java
@@ -28,6 +28,7 @@
* A typical use case would be during debugging, to ensure that data is being
* read as expected.
* </p>
+ *
* @deprecated Use {@link BoundedInputStream} (unbounded by default).
*/
@Deprecated