Skip to content

Commit

Permalink
I wanted to have a commit too :-)
Browse files Browse the repository at this point in the history
  • Loading branch information
ceresek authored Dec 5, 2024
1 parent 5a31eb9 commit fc3a800
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public FileVisitResult postVisitDirectory(Path dir, IOException exc) throws IOEx
if (deleteRoot || !rootDir.equals(dir)) {
if (exc != null) {
// There was an earlier failure with one of the children, which means
// that we will not be able do delete this directory anyway.
// that we will not be able to delete this directory anyway.
throw exc;
}

Expand Down

0 comments on commit fc3a800

Please sign in to comment.