bad extension in example

Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/9190a2de
Tree: http://git-wip-us.apache.org/repos/asf/commons-compress/tree/9190a2de
Diff: http://git-wip-us.apache.org/repos/asf/commons-compress/diff/9190a2de

Branch: refs/heads/master
Commit: 9190a2debf0f48fd03453b0edf44601612957463
Parents: 810ba6f
Author: Stefan Bodewig <[email protected]>
Authored: Thu Dec 28 13:57:44 2017 +0100
Committer: Stefan Bodewig <[email protected]>
Committed: Thu Dec 28 13:57:44 2017 +0100

----------------------------------------------------------------------
 src/site/xdoc/examples.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-compress/blob/9190a2de/src/site/xdoc/examples.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/examples.xml b/src/site/xdoc/examples.xml
index cced8a8..83b1b7c 100644
--- a/src/site/xdoc/examples.xml
+++ b/src/site/xdoc/examples.xml
@@ -890,7 +890,7 @@ in.close();
           certainly add exception handling and make sure all streams
           get closed properly):</p>
 <source><![CDATA[
-InputStream fin = Files.newInputStream(Paths.get("archive.tar.br"));
+InputStream fin = Files.newInputStream(Paths.get("archive.tar.zstd"));
 BufferedInputStream in = new BufferedInputStream(fin);
 OutputStream out = Files.newOutputStream(Paths.get("archive.tar"));
 ZstdCompressorInputStream zsIn = new ZstdCompressorInputStream(in);

Reply via email to