Author: scolebourne
Date: Thu Jul  7 17:13:22 2005
New Revision: 209683

URL: http://svn.apache.org/viewcvs?rev=209683&view=rev
Log:
Deprecate MultiHashMap in favour of MultiValueMap

Modified:
    jakarta/commons/proper/collections/trunk/RELEASE-NOTES.html
    
jakarta/commons/proper/collections/trunk/src/java/org/apache/commons/collections/MultiHashMap.java

Modified: jakarta/commons/proper/collections/trunk/RELEASE-NOTES.html
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/collections/trunk/RELEASE-NOTES.html?rev=209683&r1=209682&r2=209683&view=diff
==============================================================================
--- jakarta/commons/proper/collections/trunk/RELEASE-NOTES.html (original)
+++ jakarta/commons/proper/collections/trunk/RELEASE-NOTES.html Thu Jul  7 
17:13:22 2005
@@ -38,11 +38,18 @@
 Please check the bug fixes to ensure you weren't relying on the behaviour of a 
bug.
 </p>
 <p>
-There is one new <i>deprecation</i>:<br />
+There are two new <i>deprecations</i>:<br />
 BeanMap is now deprecated and will be removed in v4.0.
 The class is now available in commons-beanutils (full jar version).
 This change was made to ensure that all bean related collections were in one 
place (ie. beanutils).
-If this causes major headaches to anyone please contact commons-dev at 
jakarta.apache.org
+If this causes major headaches to anyone please contact commons-dev at 
jakarta.apache.org.
+</p>
+<p>
+MultiHashMap is now deprecated and will be removed in v4.0.
+The class is now available as MultiValueMap in the map subpackage.
+This new version of the class is a decorator and can wrap maps other than 
HashMap
+making it much more flexible.
+If this causes major headaches to anyone please contact commons-dev at 
jakarta.apache.org.
 </p>
 
 <center><h3>NEW CLASSES</h3></center>

Modified: 
jakarta/commons/proper/collections/trunk/src/java/org/apache/commons/collections/MultiHashMap.java
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/collections/trunk/src/java/org/apache/commons/collections/MultiHashMap.java?rev=209683&r1=209682&r2=209683&view=diff
==============================================================================
--- 
jakarta/commons/proper/collections/trunk/src/java/org/apache/commons/collections/MultiHashMap.java
 (original)
+++ 
jakarta/commons/proper/collections/trunk/src/java/org/apache/commons/collections/MultiHashMap.java
 Thu Jul  7 17:13:22 2005
@@ -51,6 +51,9 @@
  * <p>
  * <code>list</code> will be a list containing "A", "B", "C".
  *
+ * @deprecated Class now available as MultiValueMap in map subpackage.
+ * This version is due to be removed in collections 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