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

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


    from b8ea063ae Add missing assertion for XZ compressed ZIP entry
     new 03fc17143 better comment
     new 4b148974a Javadoc
     new 1461db542 Package-private class doesn't need Javadoc since tag
     new 5c82205ff Package-private and private classes can be final

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 src/changes/changes.xml                            |  1 +
 .../compress/archivers/ArchiveInputStream.java     |  4 +-
 .../archivers/dump/DumpArchiveConstants.java       | 61 ++++++++++++++++++----
 .../compress/archivers/dump/DumpArchiveEntry.java  | 19 ++++---
 .../commons/compress/archivers/sevenz/Coders.java  | 16 +++---
 .../commons/compress/archivers/zip/BinaryTree.java |  2 +-
 .../zip/FileRandomAccessOutputStream.java          |  2 +-
 .../compress/archivers/zip/PKWareExtraHeader.java  |  8 +--
 .../SeekableChannelRandomAccessOutputStream.java   |  2 +-
 .../commons/compress/archivers/zip/ZipFile.java    |  2 +-
 .../commons/compress/archivers/zip/ZipIoUtil.java  |  2 +-
 .../commons/compress/archivers/zip/ZipMethod.java  |  6 +--
 .../commons/compress/harmony/pack200/Archive.java  |  4 +-
 .../commons/compress/harmony/pack200/IcBands.java  |  2 +-
 .../archivers/zip/ZipCompressMethodXzTest.java     |  2 +-
 15 files changed, 92 insertions(+), 41 deletions(-)

Reply via email to