Remove the parentheses in the error message in CircularFifoQueue #107.

This commit is contained in:
Gary Gregory 2019-11-01 11:45:01 -04:00
parent 7b7512c4de
commit 8c563f2b45
1 changed files with 3 additions and 0 deletions

View File

@ -72,6 +72,9 @@
<action dev="ggregory" type="add" due-to="dota17">
Add a test case AbstractMultiValuedMapTest#testMultiValuedMapIterator() #108.
</action>
<action dev="ggregory" type="update" due-to="dota17">
Remove the parentheses in the error message in CircularFifoQueue #107.
</action>
</release>
<release version="4.4" date="2019-07-05" description="Maintenance release.">
<action issue="COLLECTIONS-710" dev="ggregory" type="fix" due-to="Yu Shi, Gary Gregory">