Skip to content

Commit ebae41e

Browse files
author
Gary Gregory
committed
[IO-709] Add null safe variants of isDirectory and isRegularFile.
1 parent 4caff5d commit ebae41e

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
@@ -151,6 +151,9 @@ The <action> type attribute can be add,update,fix,remove.
151151
<action dev="ggregory" type="add" due-to="Gary Gregory">
152152
Add FileUtils.lastModified[Unchecked](File) to workaround https://bugs.openjdk.java.net/browse/JDK-8177809.
153153
</action>
154+
<action issue="IO-709" dev="ggregory" type="add" due-to="Boris Unckel, Gary Gregory">
155+
Add null safe variants of isDirectory and isRegularFile.
156+
</action>
154157
<!-- UPDATES -->
155158
<action dev="ggregory" type="update" due-to="Dependabot">
156159
Update junit-jupiter from 5.6.2 to 5.7.0 #153.

0 commit comments

Comments
 (0)