This is an automated email from the ASF dual-hosted git repository. sebb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-io.git
The following commit(s) were added to refs/heads/master by this push: new 02f7601a Trailing space 02f7601a is described below commit 02f7601a2aa815572e2c2cfd2c6350b929406415 Author: sebbASF <sebb...@users.noreply.github.com> AuthorDate: Fri Oct 20 08:29:23 2023 +0100 Trailing space --- src/main/java/org/apache/commons/io/FileUtils.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/io/FileUtils.java b/src/main/java/org/apache/commons/io/FileUtils.java index 4c1c5658..eda5d63c 100644 --- a/src/main/java/org/apache/commons/io/FileUtils.java +++ b/src/main/java/org/apache/commons/io/FileUtils.java @@ -1455,7 +1455,7 @@ public class FileUtils { /** * Returns the path to the system temporary directory. * - * @apiNote this method relies on the Java system property 'java.io.tmpdir' + * @apiNote this method relies on the Java system property 'java.io.tmpdir' * which may or may not have a trailing file separator. * This can affect code that uses String processing to manipulate pathnames rather * than the standard libary methods in classes such as {@link java.io.File}