Fix typo.
This commit is contained in:
parent
991e24da58
commit
1bdc82ce47
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue