Skip to content

Commit cbfa307

Browse files
committed
fix: simplify description
1 parent 97d37a9 commit cbfa307

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/apache/commons/io/IOUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2638,7 +2638,7 @@ public static BufferedReader toBufferedReader(final Reader reader, final int siz
26382638
}
26392639

26402640
/**
2641-
* Reads all remaining bytes from the given {@link InputStream} into a new {@code byte[]}.
2641+
* Reads all the bytes from an input stream in a byte array.
26422642
*
26432643
* @param inputStream the {@link InputStream} to read; must not be {@code null}.
26442644
* @return a new byte array.

0 commit comments

Comments
 (0)