Fix typo.

This commit is contained in:
Gary Gregory 2020-03-29 17:09:44 -04:00
parent 991e24da58
commit 1bdc82ce47
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
<body>
<release version="4.5" date="2020-MM-DD" description="Maintenance release.">
<action issue="COLLECTIONS-737" dev="kinow" type="update" due-to="Prodigysov">
Return 0 immeditaly if the given iterable is null in IterableUtils#size. Update tests.
Return 0 immediately if the given iterable is null in IterableUtils#size. Update tests.
</action>
<action issue="COLLECTIONS-697" dev="eax" type="update" due-to="Ranjan George">
JavaDoc for FixedSizeList should warn that modifying underlying list is still allowed and is not prevented