This is an automated email from the ASF dual-hosted git repository. ggregory 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 9db61cb2 Fix Javadoc code elements 9db61cb2 is described below commit 9db61cb276bc8c77346ccebdf987911c6f563046 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Mon Nov 13 07:27:58 2023 -0500 Fix Javadoc code elements --- 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 74993ede..f2124462 100644 --- a/src/main/java/org/apache/commons/io/FileUtils.java +++ b/src/main/java/org/apache/commons/io/FileUtils.java @@ -1380,7 +1380,7 @@ public class FileUtils { * Creates all directories for a File object, including any necessary but non-existent parent directories. If the parent directory already exists or is * null, nothing happens. * <p> - * Calls {@link File#mkdirs()} for the parent of @{code file}. + * Calls {@link File#mkdirs()} for the parent of {@code file}. * </p> * * @param file file with parents to create, must not be {@code null}.