Skip to content

Commit 02f7601

Browse files
authored
Trailing space
1 parent f237c71 commit 02f7601

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/apache/commons/io/FileUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1455,7 +1455,7 @@ public static File getTempDirectory() {
14551455
/**
14561456
* Returns the path to the system temporary directory.
14571457
*
1458-
* @apiNote this method relies on the Java system property 'java.io.tmpdir'
1458+
* @apiNote this method relies on the Java system property 'java.io.tmpdir'
14591459
* which may or may not have a trailing file separator.
14601460
* This can affect code that uses String processing to manipulate pathnames rather
14611461
* than the standard libary methods in classes such as {@link java.io.File}

0 commit comments

Comments
 (0)