Skip to content

Commit 4cdb88c

Browse files
authored
Remove NullPointerException from javadoc
Remove NullPointerException from javadoc as future annotation may comes to place
1 parent b7002bc commit 4cdb88c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/org/apache/commons/io/FileUtils.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1180,7 +1180,6 @@ public static File delete(final File file) throws IOException {
11801180
*
11811181
* @param directory directory to delete
11821182
* @throws IOException in case deletion is unsuccessful
1183-
* @throws NullPointerException - if {@code directory} is null
11841183
*/
11851184
public static void deleteDirectory(final File directory) throws IOException {
11861185
Objects.requireNonNull(directory, "directory");

0 commit comments

Comments
 (0)