We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbdb869 commit fecb876Copy full SHA for fecb876
src/main/java/org/apache/commons/io/input/BoundedInputStream.java
@@ -316,7 +316,7 @@ public static Builder builder() {
316
}
317
318
/**
319
- * 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>.
320
*
321
* @param in The wrapped input stream.
322
* @deprecated Use {@link AbstractBuilder#get()}.
0 commit comments