Skip to content

Commit bc10af4

Browse files
Koray TugayPascalSchumacher
authored andcommitted
FileUtils#forceMkdir: Minor fix in method javadoc (closes #60)
1 parent 98f8e1a commit bc10af4

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
@@ -2474,7 +2474,7 @@ private static void cleanDirectoryOnExit(final File directory) throws IOExceptio
24742474
* Makes a directory, including any necessary but nonexistent parent
24752475
* directories. If a file already exists with specified name but it is
24762476
* not a directory then an IOException is thrown.
2477-
* If the directory cannot be created (or does not already exist)
2477+
* If the directory cannot be created (or the file already exists but is not a directory)
24782478
* then an IOException is thrown.
24792479
*
24802480
* @param directory directory to create, must not be {@code null}

0 commit comments

Comments
 (0)