Skip to content

Commit fecb876

Browse files
committed
Javadoc
1 parent bbdb869 commit fecb876

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
@@ -316,7 +316,7 @@ public static Builder builder() {
316316
}
317317

318318
/**
319-
* Constructs a new {@link BoundedInputStream} that wraps the given input stream and is unlimited.
319+
* Constructs a new {@link BoundedInputStream} that wraps the given input stream and is <em>unbounded</em>.
320320
*
321321
* @param in The wrapped input stream.
322322
* @deprecated Use {@link AbstractBuilder#get()}.

0 commit comments

Comments
 (0)