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:
lehnerj 2022-06-21 13:19:42 +02:00 committed by GitHub
parent e4fb87eabf
commit 8ecc597a0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: