Repository: commons-compress Updated Branches: refs/heads/master 9240ae1b1 -> 46eeba4be
update javadoc links and fix gzip stream class name Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/46eeba4b Tree: http://git-wip-us.apache.org/repos/asf/commons-compress/tree/46eeba4b Diff: http://git-wip-us.apache.org/repos/asf/commons-compress/diff/46eeba4b Branch: refs/heads/master Commit: 46eeba4be5dedf8e85e3647c6e6acf5be943aa5f Parents: 9240ae1 Author: Stefan Bodewig <bode...@apache.org> Authored: Wed Jan 10 13:08:27 2018 +0100 Committer: Stefan Bodewig <bode...@apache.org> Committed: Wed Jan 10 13:08:27 2018 +0100 ---------------------------------------------------------------------- src/site/xdoc/pack200.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-compress/blob/46eeba4b/src/site/xdoc/pack200.xml ---------------------------------------------------------------------- diff --git a/src/site/xdoc/pack200.xml b/src/site/xdoc/pack200.xml index d88c437..2b154ae 100644 --- a/src/site/xdoc/pack200.xml +++ b/src/site/xdoc/pack200.xml @@ -30,14 +30,14 @@ archives compressed with Pack200 will in general be different from the original archive when decompressed again. More information can be found in the Javadocs of the <a - href="http://download.oracle.com/javase/1.5.0/docs/api/java/util/jar/Pack200.html">Pack200 + href="https://docs.oracle.com/javase/7/docs/api/java/util/jar/Pack200.Packer.html">Pack200.Packer class</a>.</p> <p>While the <code>pack200</code> command line utility of the JDK creates GZip compressed archives (<code>.pack.gz</code>) by default, the streams provided by the Pack200 package only perform the actual Pack200 operation. Wrap them in an - additional <code>GZip(In|Out)putStream</code> in order to deal + additional <code>GZipCompressor(In|Out)putStream</code> in order to deal with deflated streams.</p> <subsection name="Pack200Strategy"> @@ -74,7 +74,7 @@ to "normalize" JAR archives prior to packing them that ensures signatures applied to the "normalized" JAR will still be valid aftre a pack/unpack cycle - see <a - href="http://download.oracle.com/javase/1.5.0/docs/api/java/util/jar/Pack200.Packer.html">Pack200.Packer</a>'s + href="http://download.oracle.com/javase/7/docs/api/java/util/jar/Pack200.Packer.html">Pack200.Packer</a>'s javadocs.</p> <p>The <code>Pack200Utils</code> class in the