Skip to content

Commit

Permalink
Use Java 8 and method reference. #274
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Mar 4, 2022
1 parent e30b4d3 commit dd69e59
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/changes/changes.xml
Expand Up @@ -82,6 +82,9 @@
<action issue="COLLECTIONS-799" type="fix" dev="kinow" due-to="Stefano Cordio">
UnmodifiableNavigableSet can be modified by pollFirst() and pollLast().
</action>
<action type="fix" dev="ggregory" due-to="Arturo Bernal">
Use Java 8 and method reference. #274.
</action>
<!-- ADD -->
<action issue="COLLECTIONS-760" dev="kinow" type="add" due-to="Isira Seneviratne">
Add tests for MapUtils.
Expand Down

0 comments on commit dd69e59

Please sign in to comment.