boris-unckel commented on a change in pull request #187:
URL: https://github.com/apache/commons-io/pull/187#discussion_r558832787
##########
File path: src/main/java/org/apache/commons/io/FileUtils.java
##########
@@ -1342,6 +1345,9 @@ public static void forceDelete(final File file) throws
IOException {
// didn't find a file to delete.
throw new FileNotFoundException("File does not exist: " + file);
}
+ if (file.exists()) {
Review comment:
removed
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]