bayard 2003/02/01 20:12:32
Modified: lang/src/java/org/apache/commons/lang ObjectUtils.java
Log:
HashTable to Hashtable in Javadoc. Bug #16669
Submitted by: Ken Fitzpatrick
Revision Changes Path
1.7 +3 -3
jakarta-commons/lang/src/java/org/apache/commons/lang/ObjectUtils.java
Index: ObjectUtils.java
===================================================================
RCS file:
/home/cvs/jakarta-commons/lang/src/java/org/apache/commons/lang/ObjectUtils.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ObjectUtils.java 23 Dec 2002 00:32:24 -0000 1.6
+++ ObjectUtils.java 2 Feb 2003 04:12:32 -0000 1.7
@@ -77,7 +77,7 @@
* <code>Null</code> placeholder can be used to distinguish between
* these two cases.</p>
*
- * <p>Another example is <code>HashTable</code>, where <code>null</code>
+ * <p>Another example is <code>Hashtable</code>, where <code>null</code>
* cannot be stored.</p>
*
* <p>This instance is Serializable.</p>
@@ -158,7 +158,7 @@
* <code>Null</code> placeholder can be used to distinguish between
* these two cases.</p>
*
- * <p>Another example is <code>HashTable</code>, where <code>null</code>
+ * <p>Another example is <code>Hashtable</code>, where <code>null</code>
* cannot be stored.</p>
*/
public static class Null implements Serializable {
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]