This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-io.git


The following commit(s) were added to refs/heads/master by this push:
     new ebae41e  [IO-709] Add null safe variants of isDirectory and 
isRegularFile.
ebae41e is described below

commit ebae41e0cd0deb1cc248573d7c3fbdc4e532f970
Author: Gary Gregory <gardgreg...@gmail.com>
AuthorDate: Thu Jan 28 10:10:46 2021 -0500

    [IO-709] Add null safe variants of isDirectory and isRegularFile.
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index ff94221..06e42ad 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -151,6 +151,9 @@ The <action> type attribute can be add,update,fix,remove.
       <action dev="ggregory" type="add" due-to="Gary Gregory">
         Add FileUtils.lastModified[Unchecked](File) to workaround 
https://bugs.openjdk.java.net/browse/JDK-8177809.
       </action>
+      <action issue="IO-709" dev="ggregory" type="add" due-to="Boris Unckel, 
Gary Gregory">
+        Add null safe variants of isDirectory and isRegularFile.
+      </action>
       <!-- UPDATES -->
       <action dev="ggregory" type="update" due-to="Dependabot">
         Update junit-jupiter from 5.6.2 to 5.7.0 #153.

Reply via email to