You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by dl...@apache.org on 2003/07/04 05:32:05 UTC

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

dlr         2003/07/03 20:32:04

  Modified:    collections/src/java/org/apache/commons/collections
                        ProxyMap.java
  Log:
  * collections/src/java/org/apache/commons/collections/ProxyMap.java
    Removed bogus use case from header JavaDoc.  The class may be
    deprecated, but I'd rather not chance giving anyone bad information
    (especially when it was my fault that it's there in the first
    place).
  
  Revision  Changes    Path
  1.10      +2 -7      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.9
  retrieving revision 1.10
  diff -u -u -r1.9 -r1.10
  --- ProxyMap.java	16 May 2003 15:28:28 -0000	1.9
  +++ ProxyMap.java	4 Jul 2003 03:32:03 -0000	1.10
  @@ -76,11 +76,6 @@
    * implementation it would provide a loophole around the validation. But,
    * you might want that loophole, so this class is kept simple.</p>
    *
  - * <p>An example use case is where the wrapped <code>Map</code> needs
  - * synchronization (to make it thread-safe), but the <code>Map</code>
  - * returned by <code>Collections.synchronizedMap(map)</code>
  - * hides part of <code>map</code>'s public interface.</p>
  - *
    * @deprecated this class has been moved to the deprecated subpackage as
    *  AbstractMapDecorator. Due to be removed in v4.0.
    * @since Commons Collections 2.0
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org