[COLLECTIONS-775] CollectionUtilsTest.getFromMap() is flaky.

This commit is contained in:
Gary Gregory 2020-12-05 10:28:30 -05:00
parent 1826012c2a
commit d18eb37fc2
1 changed files with 3 additions and 0 deletions

View File

@ -223,6 +223,9 @@
<action issue="COLLECTIONS-772" type="update" dev="ggregory" due-to="Arturo Bernal, Alex Herbert, Gary Gregory, Bruno P. Kinoshita">
Add private constructor to ArrayUtils; better Javadocs, #195.
</action>
<action issue="COLLECTIONS-775" type="update" dev="ggregory" due-to="Xin Tong, Bruno P. Kinoshita, Gary Gregory">
Fix flaky CollectionUtilsTest.getFromMap() #200.
</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">