Skip to content

Commit 6549946

Browse files
committed
[IO-868] BoundedInputStream builder() can throw IOException
- Javadoc improvements - Remove some @SuppressWarnings("resource")
1 parent a0e069d commit 6549946

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/apache/commons/io/input/BoundedInputStream.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,8 +265,8 @@ public Builder() {
265265
* <li>{@link #getAfterRead()}</li>
266266
* <li>{@link #getCount()}</li>
267267
* <li>{@link #getMaxCount()}</li>
268-
* <li>{@link #isPropagateClose()}</li>
269268
* <li>{@link #getOnMaxCount()}</li>
269+
* <li>{@link #isPropagateClose()}</li>
270270
* </ul>
271271
*
272272
* @return a new instance.

0 commit comments

Comments
 (0)