scolebourne 2004/01/06 14:07:47
Modified: collections/src/java/org/apache/commons/collections
DoubleOrderedMap.java ProxyMap.java
Log:
Update deprecation messages
Revision Changes Path
1.11 +4 -4
jakarta-commons/collections/src/java/org/apache/commons/collections/DoubleOrderedMap.java
Index: DoubleOrderedMap.java
===================================================================
RCS file:
/home/cvs/jakarta-commons/collections/src/java/org/apache/commons/collections/DoubleOrderedMap.java,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- DoubleOrderedMap.java 14 Dec 2003 12:54:42 -0000 1.10
+++ DoubleOrderedMap.java 6 Jan 2004 22:07:47 -0000 1.11
@@ -4,7 +4,7 @@
*
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2002-2003 The Apache Software Foundation. All rights
+ * Copyright (c) 2002-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -136,7 +136,7 @@
* Collection valuesByValue() returns the values in a Collection whose
* iterator will iterate over the values in ascending order.
*
- * @deprecated Use TreeBidiMap in bidimap subpackage. Due to be removed in v4.0.
+ * @deprecated Replaced by TreeBidiMap in bidimap subpackage. Due to be removed in
v4.0.
* @see BidiMap
* @see org.apache.commons.collections.bidimap.DualTreeBidiMap
* @see org.apache.commons.collections.bidimap.DualHashBidiMap
1.13 +5 -6
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.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ProxyMap.java 31 Aug 2003 17:26:44 -0000 1.12
+++ ProxyMap.java 6 Jan 2004 22:07:47 -0000 1.13
@@ -4,7 +4,7 @@
*
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2002-2003 The Apache Software Foundation. All rights
+ * Copyright (c) 2002-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -76,12 +76,11 @@
* 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 decorators sub-package
- * and renamed to AbstractMapDecorator. It will be removed in v4.0.
+ * @deprecated Moved to map subpackage as AbstractMapDecorator. It will be removed
in v4.0.
* @since Commons Collections 2.0
* @version $Revision$ $Date$
*
- * @author <a href="mailto:[EMAIL PROTECTED]">Daniel Rall</a>
+ * @author Daniel Rall
* @author Stephen Colebourne
*/
public abstract class ProxyMap implements Map {
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]