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 0082648e Javadoc
     new 11cf7943 Use try-with-resources
     new 01bfe335 Remove unused imports

The 2 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:
 .../compress/archivers/arj/ArjArchiveEntry.java    |   1 +
 .../compress/archivers/sevenz/AES256Options.java   |   1 +
 .../archivers/sevenz/SevenZArchiveEntry.java       |   2 +-
 .../archivers/sevenz/SevenZOutputFile.java         |   1 +
 .../commons/compress/archivers/zip/X000A_NTFS.java |   4 +-
 .../commons/compress/archivers/SevenZTestCase.java |   6 +-
 .../compress/archivers/sevenz/SevenZFileTest.java  |  11 +-
 .../archivers/sevenz/SevenZOutputFileTest.java     |   7 +-
 .../archivers/tar/TarArchiveInputStreamTest.java   |  93 ++---
 .../archivers/tar/TarArchiveOutputStreamTest.java  | 431 ++++++++++-----------
 .../commons/compress/archivers/tar/TarLister.java  |  20 +-
 .../compress/archivers/zip/DataDescriptorTest.java |   2 -
 .../commons/compress/utils/TimeUtilsTest.java      |  22 +-
 13 files changed, 288 insertions(+), 313 deletions(-)

Reply via email to