Repository: commons-compress Updated Branches: refs/heads/master 2d5d2d71d -> ed12d5952
[COMPRESS-353] Javadoc for BZip2CompressorInputStream.BZip2CompressorInputStream(InputStream, boolean) should refer to IOEx, not NPE. Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/ed12d595 Tree: http://git-wip-us.apache.org/repos/asf/commons-compress/tree/ed12d595 Diff: http://git-wip-us.apache.org/repos/asf/commons-compress/diff/ed12d595 Branch: refs/heads/master Commit: ed12d59522a0a1db296584668fe76576b42f23b8 Parents: 2d5d2d7 Author: ggregory <ggreg...@apache.org> Authored: Fri May 6 10:27:10 2016 -0700 Committer: ggregory <ggreg...@apache.org> Committed: Fri May 6 10:27:10 2016 -0700 ---------------------------------------------------------------------- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-compress/blob/ed12d595/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 2e0dfc2..dd2c0b6 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -50,6 +50,9 @@ The <action> type attribute can be add,update,fix,remove. <action issue="COMPRESS-350" type="update" date="2016-04-09" dev="ggregory"> TarArchiveEntry wastefully allocates empty arrays. </action> + <action issue="COMPRESS-353" type="update" date="2016-05-06" dev="ggregory"> + Javadoc for BZip2CompressorInputStream.BZip2CompressorInputStream(InputStream, boolean) should refer to IOEx, not NPE. + </action> </release> <release version="1.11" date="2016-04-06" description="Release 1.11">