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-vfs.git
The following commit(s) were added to refs/heads/master by this push: new 98fc258 Simplify conditions and avoid extra checks #187. 98fc258 is described below commit 98fc258cfcca4fce04cc9a34874a82cc52adbd5c Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Jul 16 15:55:14 2021 -0400 Simplify conditions and avoid extra checks #187. --- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 22f9257..c676d58 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -118,6 +118,9 @@ The <action> type attribute can be add,update,fix,remove. <action type="fix" issue="VFS-759" dev="ggregory" due-to="Woonsan Ko"> WebDAV providers should loaded only when commons-vfs2-jackrabbit* jars are available #84 </action> + <action type="fix" dev="ggregory" due-to="Arturo Bernal"> + Simplify conditions and avoid extra checks #187. + </action> <!-- UPDATES --> <action type="update" dev="ggregory" due-to="Gary Gregory"> Bump Log4j 2.14.0 -> 2.14.1.