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 79ce7321 Use Math.min and Math.max method instead of manual calculations. #104. 79ce7321 is described below commit 79ce7321a7c24502946f0486b67aeb61d86f45ee Author: Gary Gregory <garydgreg...@users.noreply.github.com> AuthorDate: Sat Apr 30 15:15:26 2022 -0400 Use Math.min and Math.max method instead of manual calculations. #104. --- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index d2d91a85..b8ba7683 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -71,6 +71,9 @@ The <action> type attribute can be add,update,fix,remove. Prevent serialization of the 4 classes that implement Serializable. It is not useful and is unlikely to work properly. </action> + <action type="fix" dev="ggregory" due-to="Arturo Bernal"> + Use Math.min and Math.max method instead of manual calculations. #104. + </action> <!-- ADD --> <action type="add" dev="ggregory" due-to="Gary Gregory"> [FTP] Add FTPClient.mdtmInstant(String).