You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ma...@apache.org on 2002/03/21 04:31:09 UTC

cvs commit: jakarta-commons/collections/src/java/org/apache/commons/collections ProxyMap.java

mas         02/03/20 19:31:09

  Modified:    collections/src/java/org/apache/commons/collections
                        ProxyMap.java
  Log:
  Submitted by Daniel Rall:
  
  "The definition of "delegate" at the beginning of the header JavaDoc is
  mostly meaningless, since the class was renamed to and committed with
  the name ProxyMap."
  
  Revision  Changes    Path
  1.2       +3 -6      jakarta-commons/collections/src/java/org/apache/commons/collections/ProxyMap.java
  
  Index: ProxyMap.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/collections/src/java/org/apache/commons/collections/ProxyMap.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ProxyMap.java	15 Mar 2002 05:36:58 -0000	1.1
  +++ ProxyMap.java	21 Mar 2002 03:31:09 -0000	1.2
  @@ -1,7 +1,7 @@
   /*
  - * $Header: /home/cvs/jakarta-commons/collections/src/java/org/apache/commons/collections/ProxyMap.java,v 1.1 2002/03/15 05:36:58 morgand Exp $
  - * $Revision: 1.1 $
  - * $Date: 2002/03/15 05:36:58 $
  + * $Header: /home/cvs/jakarta-commons/collections/src/java/org/apache/commons/collections/ProxyMap.java,v 1.2 2002/03/21 03:31:09 mas Exp $
  + * $Revision: 1.2 $
  + * $Date: 2002/03/21 03:31:09 $
    *
    * ====================================================================
    *
  @@ -65,9 +65,6 @@
   import java.util.Set;
   
   /** 
  - * <p>delegate - a person authorized to act as representative for
  - * another</p>
  - *
    * <p>This <code>Map</code> wraps another <code>Map</code>
    * implementation, using the wrapped instance for its default
    * implementation.  This class is used as a framework on which to
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>