From ed34d551e3c8cf9974033da6406b68281d1a9cea Mon Sep 17 00:00:00 2001 From: Yann Collet Date: Tue, 11 Jun 2019 09:56:08 -0700 Subject: [PATCH] updated Java port now full round-trip (compression + decompression) --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 3dbed21e8..89dcfe37b 100644 --- a/index.html +++ b/index.html @@ -216,7 +216,7 @@ These are independent implementations of Zstandard supporting its [format specif | Language | Author | URL | | ------------ | ------------------- | ------------------------------------- | | __Go__ | Klaus Post | https://github.com/klauspost/compress/tree/master/zstd#zstd -| __Java__ (decoder) | Martin Traverso | https://github.com/airlift/aircompressor/tree/master/src/main/java/io/airlift/compress/zstd +| __Java__ | Martin Traverso | https://github.com/airlift/aircompressor/tree/master/src/main/java/io/airlift/compress/zstd
-- 2.47.3