This is an automated email from the ASF dual-hosted git repository. bodewig pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-compress.git
commit 28049d2f89a76c5a4845c12151a483ca7773fb6f Author: Stefan Bodewig <[email protected]> AuthorDate: Thu Nov 7 17:18:36 2019 +0100 boy scout fixes --- src/site/xdoc/limitations.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/site/xdoc/limitations.xml b/src/site/xdoc/limitations.xml index 1dbe1f2..ada85ab 100644 --- a/src/site/xdoc/limitations.xml +++ b/src/site/xdoc/limitations.xml @@ -53,13 +53,13 @@ archives, starting with 1.8 it will throw a <code>StreamingNotSupportedException</code> when reading from a 7z archive.</li> - <li>Encryption, solid compression and header compression and + <li>Encryption, solid compression and header compression are only supported when reading archives</li> <li>Commons Compress 1.12 and earlier didn't support writing LZMA.</li> <li>Several of the "methods" supported by 7z are not implemented in Compress.</li> - <li>No support for writing multi-volume archives Such + <li>No support for writing multi-volume archives. Such archives can be read by simply concatenating the parts, for example by using <code>MultiReadOnlySeekableByteChannel</code>.</li>
