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 2c927dc1e Javadoc
2c927dc1e is described below

commit 2c927dc1eda4e7ab2a9f62a7ced02266cd02949f
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sun Feb 18 15:32:07 2024 -0500

    Javadoc
---
 src/main/java/org/apache/commons/io/input/ProxyInputStream.java | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/main/java/org/apache/commons/io/input/ProxyInputStream.java 
b/src/main/java/org/apache/commons/io/input/ProxyInputStream.java
index 0d05c9e66..c412d04fd 100644
--- a/src/main/java/org/apache/commons/io/input/ProxyInputStream.java
+++ b/src/main/java/org/apache/commons/io/input/ProxyInputStream.java
@@ -39,6 +39,9 @@ import org.apache.commons.io.IOUtils;
  * <li>notify a subclass that an exception was caught through {@link 
#handleIOException(IOException)}</li>
  * <li>{@link #unwrap()} itself</li>
  * </ul>
+ * <p>
+ * This class does not add any state (no additional instance variables).
+ * </p>
  */
 public abstract class ProxyInputStream extends FilterInputStream {
 

Reply via email to