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 fecb87694 Javadoc fecb87694 is described below commit fecb87694dea712eccc56f3d343622534daec351 Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Sat Jan 25 08:54:14 2025 -0500 Javadoc --- src/main/java/org/apache/commons/io/input/BoundedInputStream.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/io/input/BoundedInputStream.java b/src/main/java/org/apache/commons/io/input/BoundedInputStream.java index 1ea3ff5ee..2e23bcbd9 100644 --- a/src/main/java/org/apache/commons/io/input/BoundedInputStream.java +++ b/src/main/java/org/apache/commons/io/input/BoundedInputStream.java @@ -316,7 +316,7 @@ public static Builder builder() { } /** - * Constructs a new {@link BoundedInputStream} that wraps the given input stream and is unlimited. + * Constructs a new {@link BoundedInputStream} that wraps the given input stream and is <em>unbounded</em>. * * @param in The wrapped input stream. * @deprecated Use {@link AbstractBuilder#get()}.