Repository: ant-antlibs-compress Updated Branches: refs/heads/master 64cc28864 -> 46b9c73b4
typos Project: http://git-wip-us.apache.org/repos/asf/ant-antlibs-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/ant-antlibs-compress/commit/46b9c73b Tree: http://git-wip-us.apache.org/repos/asf/ant-antlibs-compress/tree/46b9c73b Diff: http://git-wip-us.apache.org/repos/asf/ant-antlibs-compress/diff/46b9c73b Branch: refs/heads/master Commit: 46b9c73b483f881e4488942d7dbb9bb48cbf05aa Parents: 64cc288 Author: Stefan Bodewig <[email protected]> Authored: Sun May 7 17:19:19 2017 +0200 Committer: Stefan Bodewig <[email protected]> Committed: Sun May 7 17:19:19 2017 +0200 ---------------------------------------------------------------------- changes.xml | 2 +- src/main/org/apache/ant/compress/util/LZMAStreamFactory.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ant-antlibs-compress/blob/46b9c73b/changes.xml ---------------------------------------------------------------------- diff --git a/changes.xml b/changes.xml index ec80e1f..75e20ec 100644 --- a/changes.xml +++ b/changes.xml @@ -41,7 +41,7 @@ <action type="update" breaks-bwc="true"> The Apache Compress Antlib now requires Apache Commons Compress 1.13 or later for 7z and write support for LZMA, XZ - for Java 1.6 is equired for write support for LZMA. + for Java 1.6 is required for write support for LZMA. </action> <action type="add"> A new keepCompression flag can be used to keep the content http://git-wip-us.apache.org/repos/asf/ant-antlibs-compress/blob/46b9c73b/src/main/org/apache/ant/compress/util/LZMAStreamFactory.java ---------------------------------------------------------------------- diff --git a/src/main/org/apache/ant/compress/util/LZMAStreamFactory.java b/src/main/org/apache/ant/compress/util/LZMAStreamFactory.java index d55cbcc..1354891 100644 --- a/src/main/org/apache/ant/compress/util/LZMAStreamFactory.java +++ b/src/main/org/apache/ant/compress/util/LZMAStreamFactory.java @@ -29,7 +29,7 @@ import org.apache.commons.compress.compressors.lzma.LZMACompressorOutputStream; /** * Creates streams for the standalone LZMA format. - * @since Apache Compress Antlib 1.3, write support added with 1.4 + * @since Apache Compress Antlib 1.3, write support added with 1.5 */ public class LZMAStreamFactory implements CompressorStreamFactory {
