Repository: commons-compress Updated Branches: refs/heads/master 446555b16 -> 81398f69f
whitespace Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/58eb1a78 Tree: http://git-wip-us.apache.org/repos/asf/commons-compress/tree/58eb1a78 Diff: http://git-wip-us.apache.org/repos/asf/commons-compress/diff/58eb1a78 Branch: refs/heads/master Commit: 58eb1a7882d0959552febdfcce287f5d4a2b76a8 Parents: 446555b Author: Stefan Bodewig <bode...@apache.org> Authored: Mon May 7 12:11:25 2018 +0200 Committer: Stefan Bodewig <bode...@apache.org> Committed: Mon May 7 12:11:25 2018 +0200 ---------------------------------------------------------------------- src/site/xdoc/examples.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-compress/blob/58eb1a78/src/site/xdoc/examples.xml ---------------------------------------------------------------------- diff --git a/src/site/xdoc/examples.xml b/src/site/xdoc/examples.xml index 7c26f3a..3f841b7 100644 --- a/src/site/xdoc/examples.xml +++ b/src/site/xdoc/examples.xml @@ -944,7 +944,7 @@ in.close(); ]]></source> </subsection> - + <subsection name="Z"> <p>Uncompressing a given Z compressed file (you would @@ -1009,15 +1009,15 @@ in.close(); </section> <section name="Extending Commons Compress"> - + <p> Starting in release 1.13, it is now possible to add Compressor- and ArchiverStream implementations using the Java's <a href="https://docs.oracle.com/javase/7/docs/api/java/util/ServiceLoader.html">ServiceLoader</a> mechanism. </p> - + <subsection name="Extending Commons Compress Compressors"> - + <p> To provide your own compressor, you must make available on the classpath a file called <code>META-INF/services/org.apache.commons.compress.compressors.CompressorStreamProvider</code>. @@ -1034,7 +1034,7 @@ in.close(); <a href="apidocs/org/apache/commons/compress/compressors/CompressorStreamProvider.html">org.apache.commons.compress.compressors.CompressorStreamProvider</a>. </p> </subsection> - + <subsection name="Extending Commons Compress Archivers"> <p> @@ -1053,7 +1053,7 @@ in.close(); <a href="apidocs/org/apache/commons/compress/archivers/ArchiveStreamProvider.html">org.apache.commons.compress.archivers.ArchiveStreamProvider</a>. </p> </subsection> - + </section> </body> </document>