mirror of
https://github.com/xerial/snappy-java.git
synced 2025-07-27 07:54:17 +02:00
Fixes xerial/snappy-java#280 Typo - java.io.tmpdir not java.io.tempdir (#325)
Co-authored-by: Josef Lehner <josef1207@googlemail.com>
This commit is contained in:
parent
e4fb87eabf
commit
8ecc597a0e
@ -51,13 +51,13 @@ import java.util.UUID;
|
|||||||
* <li>(System property: <i>org.xerial.snappy.lib.path</i>)/(System property:
|
* <li>(System property: <i>org.xerial.snappy.lib.path</i>)/(System property:
|
||||||
* <i>org.xerial.lib.name</i>)
|
* <i>org.xerial.lib.name</i>)
|
||||||
* <li>One of the libraries embedded in snappy-java-(version).jar extracted into
|
* <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>org.xerial.snappy.tempdir</i> is set, use this folder instead of
|
||||||
* <i>java.io.tempdir</i>.
|
* <i>java.io.tmpdir</i>.
|
||||||
* </ol>
|
* </ol>
|
||||||
* <p/>
|
* <p/>
|
||||||
* <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
|
* 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
|
* <i>/tmp/leo</i> as a temporary folder to copy native libraries, use -D option
|
||||||
* of JVM:
|
* of JVM:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user