Skip to content

Commit eb3ab12

Browse files
committed
[IO-800] Fix back-incompatible change for PathUtils.deleteDirectory():
throw NoSuchFileException instead of IllegalArgumentException
1 parent b9efbe5 commit eb3ab12

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/changes/changes.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,9 @@ The <action> type attribute can be add,update,fix,remove.
8181
<action dev="ggregory" type="fix" due-to="Gary Gregory">
8282
ReaderInputStream.Builder.setCharset(null) should reset to a default object, not throw an NPE.
8383
</action>
84+
<action dev="ggregory" type="fix" issue="IO-800" due-to="Jan Høydahl, Gary Gregory">
85+
Fix back-incompatible change for PathUtils.deleteDirectory(): throw NoSuchFileException instead of IllegalArgumentException #459.
86+
</action>
8487
<!-- ADD -->
8588
<action dev="ggregory" type="add" due-to="Gary Gregory">
8689
Add CharSequenceInputStream.Builder.

0 commit comments

Comments
 (0)