Skip to content

Commit 9db61cb

Browse files
committed
Fix Javadoc code elements
1 parent 1513722 commit 9db61cb

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
@@ -1380,7 +1380,7 @@ public static void forceMkdir(final File directory) throws IOException {
13801380
* Creates all directories for a File object, including any necessary but non-existent parent directories. If the parent directory already exists or is
13811381
* null, nothing happens.
13821382
* <p>
1383-
* Calls {@link File#mkdirs()} for the parent of @{code file}.
1383+
* Calls {@link File#mkdirs()} for the parent of {@code file}.
13841384
* </p>
13851385
*
13861386
* @param file file with parents to create, must not be {@code null}.

0 commit comments

Comments
 (0)