We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f237c71 commit 02f7601Copy full SHA for 02f7601
1 file changed
src/main/java/org/apache/commons/io/FileUtils.java
@@ -1455,7 +1455,7 @@ public static File getTempDirectory() {
1455
/**
1456
* Returns the path to the system temporary directory.
1457
*
1458
- * @apiNote this method relies on the Java system property 'java.io.tmpdir'
+ * @apiNote this method relies on the Java system property 'java.io.tmpdir'
1459
* which may or may not have a trailing file separator.
1460
* This can affect code that uses String processing to manipulate pathnames rather
1461
* than the standard libary methods in classes such as {@link java.io.File}
0 commit comments