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 2021/09/28 13:11:58 UTC

[commons-collections] branch master updated: SortedProperties should sort entrySet() as well as keys() #256.

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


The following commit(s) were added to refs/heads/master by this push:
     new 1136118  SortedProperties should sort entrySet() as well as keys() #256.
1136118 is described below

commit 1136118b1e7fdeff25034448dba39a39a42baa6b
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Sep 28 09:11:56 2021 -0400

    SortedProperties should sort entrySet() as well as keys() #256.
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 9b7086d..d98c367 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -73,6 +73,9 @@
     <action issue="COLLECTIONS-786" type="fix" dev="kinow" due-to="vandrewskis">
       Fix PassiveExpiringMap documentation for methods that involve accessing the entire map.
     </action>
+    <action type="fix" dev="ggregory" due-to="Michael Berry">
+      SortedProperties should sort entrySet() as well as keys() #256.
+    </action>
     <!-- ADD -->
     <action issue="COLLECTIONS-760" dev="kinow" type="add" due-to="Isira Seneviratne">
       Add tests for MapUtils.