[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:
Gary D. Gregory 2016-09-12 19:49:08 +00:00
parent a270ff6285
commit c2c01cbb85
2 changed files with 4 additions and 1 deletions

View File

@ -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&lt;?, ?>) method.
</action>

View File

@ -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>