diff --git a/src/java/org/apache/commons/collections/ProxyMap.java b/src/java/org/apache/commons/collections/ProxyMap.java index 5099ffc40..55cd9fac1 100644 --- a/src/java/org/apache/commons/collections/ProxyMap.java +++ b/src/java/org/apache/commons/collections/ProxyMap.java @@ -1,5 +1,5 @@ /* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/ProxyMap.java,v 1.10 2003/07/04 03:32:03 dlr Exp $ + * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/ProxyMap.java,v 1.11 2003/07/04 03:36:12 dlr Exp $ * ==================================================================== * * The Apache Software License, Version 1.1 @@ -76,10 +76,10 @@ import java.util.Set; * implementation it would provide a loophole around the validation. But, * you might want that loophole, so this class is kept simple.

* - * @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: 1.10 $ $Date: 2003/07/04 03:32:03 $ + * @version $Revision: 1.11 $ $Date: 2003/07/04 03:36:12 $ * * @author Daniel Rall * @author Stephen Colebourne