Javadoc improvements.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1457913 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary D. Gregory 2013-03-18 18:45:04 +00:00
parent 583b468a98
commit 04c5912e94
1 changed files with 2 additions and 2 deletions

View File

@ -66,10 +66,10 @@ import org.apache.commons.collections.list.UnmodifiableList;
* decorated <code>Map</code> is also based on {@link Object#equals(Object) equals()},
* and {@link Object#hashCode() hashCode()}, which {@link IdentityMap}, and
* {@link CaseInsensitiveMap} don't: The former uses <code>==</code>, and
* the latter uses {@link Object#equals(Object) equals()} on a lowercased
* the latter uses {@link Object#equals(Object) equals()} on a lower-cased
* key.
* <p>
* This class is Serializable from Commons Collections 3.1.
* This class is {@link Serializable} starting with Commons Collections 3.1.
*
* @since 3.0
* @version $Id$