[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
Project: http://git-wip-us.apache.org/repos/asf/commons-collections/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-collections/commit/c2c01cbb Tree: http://git-wip-us.apache.org/repos/asf/commons-collections/tree/c2c01cbb Diff: http://git-wip-us.apache.org/repos/asf/commons-collections/diff/c2c01cbb Branch: refs/heads/master Commit: c2c01cbb859a3eb2b08c3ee8467ff9cb32df1a6b Parents: a270ff6 Author: Gary D. Gregory <[email protected]> Authored: Mon Sep 12 19:49:08 2016 +0000 Committer: Gary D. Gregory <[email protected]> Committed: Mon Sep 12 19:49:08 2016 +0000 ---------------------------------------------------------------------- src/changes/changes.xml | 3 +++ src/site/xdoc/history.xml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-collections/blob/c2c01cbb/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 3997c3c..c0dc3de 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -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> http://git-wip-us.apache.org/repos/asf/commons-collections/blob/c2c01cbb/src/site/xdoc/history.xml ---------------------------------------------------------------------- diff --git a/src/site/xdoc/history.xml b/src/site/xdoc/history.xml index 30e90de..bb1becc 100644 --- a/src/site/xdoc/history.xml +++ b/src/site/xdoc/history.xml @@ -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>
