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 683540a4 Simplify conditions and avoid extra checks #253.
683540a4 is described below
commit 683540a40de66a063b88558b30774f9a9f3507d4
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Apr 20 07:55:17 2022 -0400
Simplify conditions and avoid extra checks #253.
---
src/changes/changes.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index caab0f41..ad4a9bbf 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -86,6 +86,9 @@ The <action> type attribute can be add,update,fix,remove.
<action type="fix" issue="VFS-814" dev="ggregory" due-to="Luke Wood,
Gary Gregory">
FtpFileObject: re-fetch MDTM after refresh #238.
</action>
+ <action type="fix" dev="ggregory" due-to="Arturo Bernal">
+ Simplify conditions and avoid extra checks #253.
+ </action>
<!-- ADD -->
<action type="add" dev="ggregory" due-to="Seth Falco">
Add vscode files to gitignore #205.