From dacd75b8d65d3477c7b52e827e0a97695e1738eb Mon Sep 17 00:00:00 2001 From: Josef Lehner Date: Fri, 10 Jun 2022 17:26:20 +0200 Subject: [PATCH] Fixes xerial/snappy-java#280 Typo - java.io.tmpdir not java.io.tempdir --- src/main/java/org/xerial/snappy/SnappyLoader.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/java/org/xerial/snappy/SnappyLoader.java b/src/main/java/org/xerial/snappy/SnappyLoader.java index 31e0e470..a664a3d5 100644 --- a/src/main/java/org/xerial/snappy/SnappyLoader.java +++ b/src/main/java/org/xerial/snappy/SnappyLoader.java @@ -51,13 +51,13 @@ *
  • (System property: org.xerial.snappy.lib.path)/(System property: * org.xerial.lib.name) *
  • One of the libraries embedded in snappy-java-(version).jar extracted into - * (System property: java.io.tempdir). If + * (System property: java.io.tmpdir). If * org.xerial.snappy.tempdir is set, use this folder instead of - * java.io.tempdir. + * java.io.tmpdir. * *

    *

    - * If you do not want to use folder java.io.tempdir, set the System + * If you do not want to use folder java.io.tmpdir, set the System * property org.xerial.snappy.tempdir. For example, to use * /tmp/leo as a temporary folder to copy native libraries, use -D option * of JVM: