dlr         2003/07/03 20:36:12

  Modified:    collections/src/java/org/apache/commons/collections
                        ProxyMap.java
  Log:
  * collections/src/java/org/apache/commons/collections/ProxyMap.java
    Corrected pointer in the header JavaDoc's @deprecated warning to the
    better named AbstractMapDecorator which Stephen has placed in the
    decorators sub-package.
  
  Revision  Changes    Path
  1.11      +4 -4      
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.10
  retrieving revision 1.11
  diff -u -u -r1.10 -r1.11
  --- ProxyMap.java     4 Jul 2003 03:32:03 -0000       1.10
  +++ ProxyMap.java     4 Jul 2003 03:36:12 -0000       1.11
  @@ -76,8 +76,8 @@
    * implementation it would provide a loophole around the validation. But,
    * you might want that loophole, so this class is kept simple.</p>
    *
  - * @deprecated this class has been moved to the deprecated subpackage as
  - *  AbstractMapDecorator. Due to be removed in v4.0.
  + * @deprecated This class has been moved to the decorators sub-package
  + * and renamed to AbstractMapDecorator. It will be removed in v4.0.
    * @since Commons Collections 2.0
    * @version $Revision$ $Date$
    * 
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to