Repository: commons-compress Updated Branches: refs/heads/master ed12d5952 -> 59e7352a4
[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/59e7352a Tree: http://git-wip-us.apache.org/repos/asf/commons-compress/tree/59e7352a Diff: http://git-wip-us.apache.org/repos/asf/commons-compress/diff/59e7352a Branch: refs/heads/master Commit: 59e7352a4a44087ec34ad94d0842619b1be8dd43 Parents: ed12d59 Author: ggregory <ggreg...@apache.org> Authored: Fri May 6 10:27:26 2016 -0700 Committer: ggregory <ggreg...@apache.org> Committed: Fri May 6 10:27:26 2016 -0700 ---------------------------------------------------------------------- src/changes/changes.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-compress/blob/59e7352a/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index dd2c0b6..7c0291b 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -51,7 +51,7 @@ The <action> type attribute can be add,update,fix,remove. 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. + Javadoc for BZip2CompressorInputStream(InputStream, boolean) should refer to IOEx, not NPE. </action> </release> <release version="1.11" date="2016-04-06"