From c2c01cbb859a3eb2b08c3ee8467ff9cb32df1a6b Mon Sep 17 00:00:00 2001 From: "Gary D. Gregory" Date: Mon, 12 Sep 2016 19:49:08 +0000 Subject: [PATCH] [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 --- src/changes/changes.xml | 3 +++ src/site/xdoc/history.xml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 3997c3c7f..c0dc3def3 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -21,6 +21,9 @@ + + Website spelling error: MultiValuedMapeList. + Add null-safe MapUtils.size(Map<?, ?>) method. diff --git a/src/site/xdoc/history.xml b/src/site/xdoc/history.xml index 30e90de08..bb1becc77 100644 --- a/src/site/xdoc/history.xml +++ b/src/site/xdoc/history.xml @@ -125,7 +125,7 @@ an implementation of a Patricia Trie. Collections 4.1 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).