git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131680 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Stephen Colebourne 2004-04-27 21:28:40 +00:00
parent d3077d07ae
commit b2c7419e38
1 changed files with 2 additions and 2 deletions

View File

@ -46,7 +46,7 @@ import org.apache.commons.collections.MapIterator;
* need for unusual subclasses is here.
*
* @since Commons Collections 3.0
* @version $Revision: 1.16 $ $Date: 2004/04/09 22:52:48 $
* @version $Revision: 1.17 $ $Date: 2004/04/27 21:28:40 $
*
* @author java util HashMap
* @author Stephen Colebourne
@ -384,7 +384,7 @@ public class AbstractHashedMap implements IterableMap {
/**
* Compares two values, in external form, to see if they are equal.
* This implementation uses the equals method and assumes neither key is null.
* This implementation uses the equals method and assumes neither value is null.
* Subclasses can override this to match differently.
*
* @param value1 the first value to compare passed in from outside