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-pool.git
The following commit(s) were added to refs/heads/master by this push: new cf1dbe0 Use diamond operator. #82. cf1dbe0 is described below commit cf1dbe0160dbda126437c5fa6408c44d20ca1661 Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Thu May 27 10:30:22 2021 -0400 Use diamond operator. #82. --- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 0299dca..6f38780 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -62,6 +62,9 @@ The <action> type attribute can be add,update,fix,remove. <action dev="ggregory" type="fix" due-to="Arturo Bernal"> Use Objects.equals(); Use Anonymous type; Use method reference instead Lambda; Replace Loop with Collection.removeIf(). #81. </action> + <action dev="ggregory" type="fix" due-to="Arturo Bernal"> + Use diamond operator. #82. + </action> <!-- UPDATE --> <action dev="ggregory" type="update" due-to="Dependabot"> Bump spotbugs-maven-plugin from 4.0.4 to 4.2.1 #48, #53, #59, #62.