Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@apache.org Received: (qmail 2448 invoked from network); 21 Mar 2002 01:10:27 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 21 Mar 2002 01:10:27 -0000 Received: (qmail 8089 invoked by uid 97); 21 Mar 2002 01:10:33 -0000 Delivered-To: qmlist-jakarta-archive-commons-dev@jakarta.apache.org Received: (qmail 8073 invoked by uid 97); 21 Mar 2002 01:10:33 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 8062 invoked from network); 21 Mar 2002 01:10:32 -0000 Sender: dlr@despot.finemaltcoding.com To: commons-dev@jakarta.apache.org Subject: [collections][patch] ProxyMap.java JavaDoc Content-Type: text/plain; charset=US-ASCII From: Daniel Rall Date: Wed, 20 Mar 2002 17:10:38 -0800 Message-ID: Lines: 21 User-Agent: Gnus/5.090004 (Oort Gnus v0.04) XEmacs/21.1 (Cuyahoga Valley) MIME-Version: 1.0 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N 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; /** - *

delegate - a person authorized to act as representative for - * another

- * *

This Map wraps another Map * implementation, using the wrapped instance for its default * implementation. This class is used as a framework on which to -- To unsubscribe, e-mail: For additional commands, e-mail: