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-compress.git
The following commit(s) were added to refs/heads/master by this push: new 49be5a7 Replace manual comparisons with Comparator.comparingInt() #244. 49be5a7 is described below commit 49be5a7babde1f0cc567e14cdfc7b5ac942dc3f5 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Feb 13 10:58:39 2022 -0500 Replace manual comparisons with Comparator.comparingInt() #244. --- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 9ec286d..8abe4a3 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -67,6 +67,9 @@ The <action> type attribute can be add,update,fix,remove. <action type="fix" dev="ggregory" due-to="Arturo Bernal"> Replace wrapper Collections.sort is with an instance method directly. #245. </action> + <action type="fix" dev="ggregory" due-to="Arturo Bernal"> + Replace manual comparisons with Comparator.comparingInt() #244. + </action> <!-- ADD --> <action issue="COMPRESS-602" type="add" dev="ggregory" due-to="Postelnicu George, Gary Gregory"> Migrate zip package to use NIO #236.