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 7fde444d4 Javadoc 7fde444d4 is described below commit 7fde444d4ebd4b8c9ce38ebbf19e8706262d0288 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Wed Oct 9 09:54:57 2024 -0400 Javadoc --- src/main/java/org/apache/commons/io/input/ProxyInputStream.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 207af34a1..4dee0cc0a 100644 --- a/src/main/java/org/apache/commons/io/input/ProxyInputStream.java +++ b/src/main/java/org/apache/commons/io/input/ProxyInputStream.java @@ -299,7 +299,7 @@ public abstract class ProxyInputStream extends FilterInputStream { /** * Package-private for testing. * - * @param in The input stream to set. + * @param in The input stream to set in {@link java.io.FilterInputStream#in}. */ void setIn(final InputStream in) { this.in = in;