Skip to content

Commit 02a3aba

Browse files
author
Gary Gregory
committed
Javadoc.
1 parent 8615c98 commit 02a3aba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2246,7 +2246,7 @@ public static BufferedReader toBufferedReader(final Reader reader, final int siz
22462246
* </p>
22472247
*
22482248
* @param inputStream the {@code InputStream} to read.
2249-
* @return the requested byte array
2249+
* @return the requested byte array.
22502250
* @throws NullPointerException if the InputStream is {@code null}.
22512251
* @throws IOException if an I/O error occurs.
22522252
*/

0 commit comments

Comments
 (0)