scolebourne    2004/04/27 14:28:40

  Modified:    collections/src/java/org/apache/commons/collections/map
                        AbstractHashedMap.java
  Log:
  Javadoc
  
  Revision  Changes    Path
  1.17      +2 -2      
jakarta-commons/collections/src/java/org/apache/commons/collections/map/AbstractHashedMap.java
  
  Index: AbstractHashedMap.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons/collections/src/java/org/apache/commons/collections/map/AbstractHashedMap.java,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- AbstractHashedMap.java    9 Apr 2004 22:52:48 -0000       1.16
  +++ AbstractHashedMap.java    27 Apr 2004 21:28:40 -0000      1.17
  @@ -384,7 +384,7 @@
       
       /**
        * 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
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to