psteitz 2004/01/04 21:40:40
Modified: collections/src/java/org/apache/commons/collections/map
CaseInsensitiveMap.java
Log:
javadoc.
Revision Changes Path
1.2 +3 -3
jakarta-commons/collections/src/java/org/apache/commons/collections/map/CaseInsensitiveMap.java
Index: CaseInsensitiveMap.java
===================================================================
RCS file:
/home/cvs/jakarta-commons/collections/src/java/org/apache/commons/collections/map/CaseInsensitiveMap.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- CaseInsensitiveMap.java 5 Jan 2004 05:26:56 -0000 1.1
+++ CaseInsensitiveMap.java 5 Jan 2004 05:40:40 -0000 1.2
@@ -146,7 +146,7 @@
* Overrides convertKey() from [EMAIL PROTECTED] AbstractHashedMap} to convert
keys to
* lower case.
* <p>
- * Returns null if key is null or does not implement toString().
+ * Returns null if key is null.
*
* @param key the key convert
* @return the converted key
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]