You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/java/org/apache/commons/io/input/BoundedInputStream.java
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -156,7 +156,8 @@ public T setMaxCount(final long maxCount) {
156
156
/**
157
157
* Sets the default {@link BoundedInputStream#onMaxLength(long, long)} behavior, {@code null} resets to a NOOP.
158
158
* <p>
159
-
* The first Long is the number of bytes remaining to read before the maximum is reached count of bytes to read. The second Long is the count of bytes read.
159
+
* The first Long is the number of bytes remaining to read before the maximum is reached count of bytes to read. The second Long is the count of bytes
160
+
* read.
160
161
* </p>
161
162
* <p>
162
163
* This does <em>not</em> override a {@code BoundedInputStream} subclass' implementation of the {@link BoundedInputStream#onMaxLength(long, long)}
0 commit comments