mirror of
https://github.com/apache/poi.git
synced 2026-02-27 20:40:08 +08:00
typo
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1926447 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d8b3934646
commit
adc6d13f3a
@ -27,7 +27,7 @@ public final class TempFile {
|
||||
/** The strategy used by {@link #createTempFile(String, String)} to create the temporary files. */
|
||||
private static TempFileCreationStrategy strategy = new DefaultTempFileCreationStrategy();
|
||||
|
||||
/** Define a constant for this property as it is sometimes mistypes as "tempdir" otherwise */
|
||||
/** Define a constant for this property as it is sometimes mistyped as "tempdir" otherwise */
|
||||
public static final String JAVA_IO_TMPDIR = "java.io.tmpdir";
|
||||
|
||||
private TempFile() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user