[COLLECTIONS-718] Fix LRUMap exception message.

This commit is contained in:
Gary Gregory 2019-05-21 07:20:20 -04:00
parent b150dc8860
commit 252170f2de
1 changed files with 3 additions and 0 deletions

View File

@ -27,6 +27,9 @@
<action issue="COLLECTIONS-715" dev="ggregory" type="add" due-to="morningmemo, Gary Gregory">
Implement Collection's removeIf().
</action>
<action issue="COLLECTIONS-718" dev="ggregory" type="update" due-to="Eitan Adler">
Fix LRUMap exception message.
</action>
</release>
<release version="4.3" date="2018-12-21" description="Update from Java 7 to Java 8, bug fixes, and small changes.">
<action issue="COLLECTIONS-691" dev="kinow" type="fix" due-to="Eitan Adler">