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 200e97f  Simplify if conditions #170. Redundant local variable #171.
     new d12e288  Merge branch 'master' of 
https://gitbox.apache.org/repos/asf/commons-vfs
200e97f is described below

commit 200e97f38dd52ac20df3a8a02dca9178045e3fa9
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Mar 28 08:40:10 2021 -0400

    Simplify if conditions #170. Redundant local variable #171.
---
 src/changes/changes.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 23a87a2..687659e 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -72,6 +72,12 @@ The <action> type attribute can be add,update,fix,remove.
       <action type="update" dev="ggregory" due-to="Gary Gregory">
         Only use reflection VFS.createFileSystemManager(String) if the 
FileSystemManager is not a subclass of AbstractFileSystem.
       </action>
+      <action type="update" dev="ggregory" due-to="Arturo Bernal">
+        Simplify if conditions #170.
+      </action>
+      <action type="update" dev="ggregory" due-to="Arturo Bernal">
+        Redundant local variable #171.
+      </action>
     </release>
     <release version="2.8.0" date="2021-03-06" description="Feature and 
maintenance release. Requires Java 8.">
 <!--       <action issue="VFS-443" dev="ggregory" type="update" 
due-to="nickallen"> -->

Reply via email to