[COLLECTIONS-594] Website spelling error: MultiValuedMapeList.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1760443 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a270ff6285
commit
c2c01cbb85
|
@ -21,6 +21,9 @@
|
|||
</properties>
|
||||
<body>
|
||||
<release version="4.2" date="YYYY-MM-DD" description="New features">
|
||||
<action issue="COLLECTIONS-594" dev="ggregory" type="fix" due-to="Javen O'Neal">
|
||||
Website spelling error: MultiValuedMapeList.
|
||||
</action>
|
||||
<action issue="COLLECTIONS-589" dev="ggregory" type="add" due-to="Gary Gregory">
|
||||
Add null-safe MapUtils.size(Map<?, ?>) method.
|
||||
</action>
|
||||
|
|
|
@ -125,7 +125,7 @@ an implementation of a Patricia Trie.
|
|||
<b>Collections 4.1</b> fixed some bugs in v4.0 and adds a few new enhancements.
|
||||
The most notable changes are new interfaces MultiSet (a replacement for the Bag
|
||||
interface which is fully compliant to the general Collection contract) and
|
||||
MultiValuedMapeList (a replacement for the MultiMap interface) as well as fluent
|
||||
MultiValuedMapList (a replacement for the MultiMap interface) as well as fluent
|
||||
API for Iterable instances (FluentIterable).
|
||||
</p>
|
||||
<p>
|
||||
|
|
Loading…
Reference in New Issue