You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2021/01/19 21:04:22 UTC

[commons-io] branch master updated: [IO-686] IOUtils.toByteArray(InputStream) Javadoc does not match code.

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 4a98bf6  [IO-686] IOUtils.toByteArray(InputStream) Javadoc does not match code.
4a98bf6 is described below

commit 4a98bf67ca3356b17da8064990ba2d87adbc42cb
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Jan 19 16:04:16 2021 -0500

    [IO-686] IOUtils.toByteArray(InputStream) Javadoc does not match code.
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 54a3ddd..dc43325 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -87,6 +87,9 @@ The <action> type attribute can be add,update,fix,remove.
       <action issue="IO-699" dev="ggregory" type="fix" due-to="tza, Gary Gregory">
         Wrong logging in FileUtils.setLastModified.
       </action>
+      <action issue="IO-686" dev="ggregory" type="fix" due-to="Alan Moffat, Sebb, Gary Gregory">
+        IOUtils.toByteArray(InputStream) Javadoc does not match code.
+      </action>
       <action issue="IO-688" dev="ggregory" type="fix" due-to="Michael Ernst, Gary Gregory">
         CopyUtils deprecation message gives wrong version.
       </action>