mas         02/03/12 21:24:58

  Modified:    collections/src/java/org/apache/commons/collections
                        BeanMap.java
  Log:
  Fixed typo in documentation.
  
  Revision  Changes    Path
  1.7       +4 -4      
jakarta-commons/collections/src/java/org/apache/commons/collections/BeanMap.java
  
  Index: BeanMap.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons/collections/src/java/org/apache/commons/collections/BeanMap.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- BeanMap.java      13 Mar 2002 04:36:18 -0000      1.6
  +++ BeanMap.java      13 Mar 2002 05:24:58 -0000      1.7
  @@ -1,7 +1,7 @@
   /*
  - * $Header: 
/home/cvs/jakarta-commons/collections/src/java/org/apache/commons/collections/BeanMap.java,v
 1.6 2002/03/13 04:36:18 mas Exp $
  - * $Revision: 1.6 $
  - * $Date: 2002/03/13 04:36:18 $
  + * $Header: 
/home/cvs/jakarta-commons/collections/src/java/org/apache/commons/collections/BeanMap.java,v
 1.7 2002/03/13 05:24:58 mas Exp $
  + * $Revision: 1.7 $
  + * $Date: 2002/03/13 05:24:58 $
    *
    * ====================================================================
    *
  @@ -255,7 +255,7 @@
       /**
        *  This method reinitializes the bean map to have default values for the
        *  bean's properties.  This is accomplished by constructing a new instance
  -     *  of the bean which th emap uses as its underlying data source.  This
  +     *  of the bean which the map uses as its underlying data source.  This
        *  behavior for <code>clear()</code> differs from the Map contract in that
        *  the mappings are not actually removed from the map (the mappings for a
        *  BeanMap are fixed).
  
  
  

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

Reply via email to