You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2022/11/07 15:51:47 UTC

[commons-net] branch master updated: Simplify conditions avoiding extra operations #88.

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-net.git


The following commit(s) were added to refs/heads/master by this push:
     new 06e86cf3 Simplify conditions avoiding extra operations #88.
06e86cf3 is described below

commit 06e86cf326ea5dd8c9fa72daea2d2f20799a0f26
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Nov 7 10:51:42 2022 -0500

    Simplify conditions avoiding extra operations #88.
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index b63cf955..dd96035c 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" dev="ggregory" due-to="John Patrick, Gary Gregory">
         JUnit5 assertThrows TestTimeInfo #120.
       </action>
+      <action type="fix" dev="ggregory" due-to="Arturo Bernal, Gary Gregory">
+        Simplify conditions avoiding extra operations #88.
+      </action>
       <!-- ADD -->
       <action type="add" dev="ggregory" due-to="Gary Gregory">
         [FTP] Add FTPClient.mdtmInstant(String).