You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Daniel Rall <dl...@finemaltcoding.com> on 2002/03/21 02:10:38 UTC

[collections][patch] ProxyMap.java JavaDoc

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.

Index: ProxyMap.java
===================================================================
RCS file: /home/cvspublic/jakarta-commons/collections/src/java/org/apache/commons/collections/ProxyMap.java,v
retrieving revision 1.1
diff -u -u -r1.1 ProxyMap.java
--- ProxyMap.java	15 Mar 2002 05:36:58 -0000	1.1
+++ ProxyMap.java	21 Mar 2002 01:08:56 -0000
@@ -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>