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 76e8beb1 Fix Javadoc error 76e8beb1 is described below commit 76e8beb1bf546edb3acf64ef6a937af9de470127 Author: sebbASF <sebb...@users.noreply.github.com> AuthorDate: Fri Oct 20 09:04:28 2023 +0100 Fix Javadoc error --- 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 eda5d63c..b57f4700 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' + * WARNING: 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}