This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-io.git


The following commit(s) were added to refs/heads/master by this push:
     new 02a3aba  Javadoc.
02a3aba is described below

commit 02a3abae93b67aba82156976ab9ac99b83e5a5dd
Author: Gary Gregory <gardgreg...@gmail.com>
AuthorDate: Tue Jan 19 13:12:02 2021 -0500

    Javadoc.
---
 src/main/java/org/apache/commons/io/IOUtils.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/commons/io/IOUtils.java 
b/src/main/java/org/apache/commons/io/IOUtils.java
index ad16876..55c077e 100644
--- a/src/main/java/org/apache/commons/io/IOUtils.java
+++ b/src/main/java/org/apache/commons/io/IOUtils.java
@@ -2246,7 +2246,7 @@ public class IOUtils {
      * </p>
      *
      * @param inputStream the {@code InputStream} to read.
-     * @return the requested byte array
+     * @return the requested byte array.
      * @throws NullPointerException if the InputStream is {@code null}.
      * @throws IOException if an I/O error occurs.
      */

Reply via email to