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 654994673 [IO-868] BoundedInputStream builder() can throw IOException
654994673 is described below

commit 654994673572fc8489d07dc93c5c8ae08f7d8825
Author: Gary D. Gregory <[email protected]>
AuthorDate: Fri Feb 14 07:28:13 2025 -0500

    [IO-868] BoundedInputStream builder() can throw IOException
    
    - Javadoc improvements
    - Remove some @SuppressWarnings("resource")
---
 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 c2c34c654..1c0135144 100644
--- a/src/main/java/org/apache/commons/io/input/BoundedInputStream.java
+++ b/src/main/java/org/apache/commons/io/input/BoundedInputStream.java
@@ -265,8 +265,8 @@ public Builder() {
          * <li>{@link #getAfterRead()}</li>
          * <li>{@link #getCount()}</li>
          * <li>{@link #getMaxCount()}</li>
-         * <li>{@link #isPropagateClose()}</li>
          * <li>{@link #getOnMaxCount()}</li>
+         * <li>{@link #isPropagateClose()}</li>
          * </ul>
          *
          * @return a new instance.

Reply via email to