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 4cdb88c commit eb4d3c8Copy full SHA for eb4d3c8
src/main/java/org/apache/commons/io/FileUtils.java
@@ -1180,6 +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} is not a directory
1184
*/
1185
public static void deleteDirectory(final File directory) throws IOException {
1186
Objects.requireNonNull(directory, "directory");
0 commit comments