Improve deprecation comment

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131088 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Stephen Colebourne 2003-05-16 15:28:28 +00:00
parent bfdb6621e6
commit 06881249a6
1 changed files with 3 additions and 3 deletions

View File

@ -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.8 2003/05/16 14:58:42 scolebourne Exp $
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/ProxyMap.java,v 1.9 2003/05/16 15:28:28 scolebourne Exp $
* ====================================================================
*
* The Apache Software License, Version 1.1
@ -82,9 +82,9 @@ import java.util.Set;
* hides part of <code>map</code>'s public interface.</p>
*
* @deprecated this class has been moved to the deprecated subpackage as
* AbstractMapDecorator
* AbstractMapDecorator. Due to be removed in v4.0.
* @since Commons Collections 2.0
* @version $Revision: 1.8 $ $Date: 2003/05/16 14:58:42 $
* @version $Revision: 1.9 $ $Date: 2003/05/16 15:28:28 $
*
* @author <a href="mailto:dlr@collab.net">Daniel Rall</a>
* @author Stephen Colebourne