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.
2 parents f56427e + 5c1a230 commit 369e45fCopy full SHA for 369e45f
1 file changed
src/main/java/org/apache/commons/io/FileUtils.java
@@ -1180,7 +1180,7 @@ public static File delete(final File file) throws IOException {
1180
*
1181
* @param directory directory to delete
1182
* @throws IOException in case deletion is unsuccessful
1183
- * @throws IllegalArgumentException if {@code directory} does not exist or is not a directory
+ * @throws IllegalArgumentException if {@code directory} is not a directory
1184
*/
1185
public static void deleteDirectory(final File directory) throws IOException {
1186
Objects.requireNonNull(directory, "directory");
0 commit comments