Skip to content

Commit

Permalink
Fixes xerial#280 Typo - java.io.tmpdir not java.io.tempdir
Browse files Browse the repository at this point in the history
  • Loading branch information
Josef Lehner committed Jun 10, 2022
1 parent e4fb87e commit dacd75b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/java/org/xerial/snappy/SnappyLoader.java
Expand Up @@ -51,13 +51,13 @@
* <li>(System property: <i>org.xerial.snappy.lib.path</i>)/(System property:
* <i>org.xerial.lib.name</i>)
* <li>One of the libraries embedded in snappy-java-(version).jar extracted into
* (System property: <i>java.io.tempdir</i>). If
* (System property: <i>java.io.tmpdir</i>). If
* <i>org.xerial.snappy.tempdir</i> is set, use this folder instead of
* <i>java.io.tempdir</i>.
* <i>java.io.tmpdir</i>.
* </ol>
* <p/>
* <p>
* If you do not want to use folder <i>java.io.tempdir</i>, set the System
* If you do not want to use folder <i>java.io.tmpdir</i>, set the System
* property <i>org.xerial.snappy.tempdir</i>. For example, to use
* <i>/tmp/leo</i> as a temporary folder to copy native libraries, use -D option
* of JVM:
Expand Down

0 comments on commit dacd75b

Please sign in to comment.