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 832f06a Simplify if as some conditions are covered by others #173. 832f06a is described below commit 832f06a68455002c7582f0d97a41d82fad8ec41b Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Jul 16 15:57:46 2021 -0400 Simplify if as some conditions are covered by others #173. --- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index c676d58..dd1b58f 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -121,6 +121,9 @@ The <action> type attribute can be add,update,fix,remove. <action type="fix" dev="ggregory" due-to="Arturo Bernal"> Simplify conditions and avoid extra checks #187. </action> + <action type="fix" issue="VFS-803" dev="ggregory" due-to="Arturo Bernal"> + Simplify if as some conditions are covered by others #173. + </action> <!-- UPDATES --> <action type="update" dev="ggregory" due-to="Gary Gregory"> Bump Log4j 2.14.0 -> 2.14.1.