We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98f8e1a commit bc10af4Copy full SHA for bc10af4
1 file changed
src/main/java/org/apache/commons/io/FileUtils.java
@@ -2474,7 +2474,7 @@ private static void cleanDirectoryOnExit(final File directory) throws IOExceptio
2474
* Makes a directory, including any necessary but nonexistent parent
2475
* directories. If a file already exists with specified name but it is
2476
* not a directory then an IOException is thrown.
2477
- * If the directory cannot be created (or does not already exist)
+ * If the directory cannot be created (or the file already exists but is not a directory)
2478
* then an IOException is thrown.
2479
*
2480
* @param directory directory to create, must not be {@code null}
0 commit comments