Author: ggregory
Date: Mon Sep 12 19:49:08 2016
New Revision: 1760443
URL: http://svn.apache.org/viewvc?rev=1760443&view=rev
Log:
[COLLECTIONS-594] Website spelling error: MultiValuedMapeList.
Modified:
commons/proper/collections/trunk/src/changes/changes.xml
commons/proper/collections/trunk/src/site/xdoc/history.xml
Modified: commons/proper/collections/trunk/src/changes/changes.xml
URL:
http://svn.apache.org/viewvc/commons/proper/collections/trunk/src/changes/changes.xml?rev=1760443&r1=1760442&r2=1760443&view=diff
==============================================================================
--- commons/proper/collections/trunk/src/changes/changes.xml (original)
+++ commons/proper/collections/trunk/src/changes/changes.xml Mon Sep 12
19:49:08 2016
@@ -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>
Modified: commons/proper/collections/trunk/src/site/xdoc/history.xml
URL:
http://svn.apache.org/viewvc/commons/proper/collections/trunk/src/site/xdoc/history.xml?rev=1760443&r1=1760442&r2=1760443&view=diff
==============================================================================
--- commons/proper/collections/trunk/src/site/xdoc/history.xml (original)
+++ commons/proper/collections/trunk/src/site/xdoc/history.xml Mon Sep 12
19:49:08 2016
@@ -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>