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