Change action type in changes.xml

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1796032 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Bruno P. Kinoshita 2017-05-24 09:33:26 +00:00
parent 8f346f9f12
commit 441df91aa1
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
<action issue="COLLECTIONS-602" dev="kinow" type="update" due-to="John Mark">
Improve efficiency of DefaultedMap.get
</action>
<action issue="COLLECTIONS-603" dev="kinow" type="fix" due-to="Artem Konovalov">
<action issue="COLLECTIONS-603" dev="kinow" type="update" due-to="Artem Konovalov">
Small improvements for generics, conditional statements, and warnings suppressions.
</action>
<action issue="COLLECTIONS-594" dev="ggregory" type="fix" due-to="Javen O'Neal">