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." git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@130670 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
79b299a70c
commit
11328e166e
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/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/jerenkrantz/tmp/commons/commons-convert/cvs/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.Map;
|
|||
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
|
||||
|
|
Loading…
Reference in New Issue