--- a/jdk/src/share/classes/java/util/Collection.java Wed Jan 14 17:17:34 2009 +0000
+++ b/jdk/src/share/classes/java/util/Collection.java Wed Jan 14 16:23:29 2009 -0800
@@ -427,7 +427,7 @@
* contract for the <tt>Object.hashCode</tt> method, programmers should
* take note that any class that overrides the <tt>Object.equals</tt>
* method must also override the <tt>Object.hashCode</tt> method in order
- * to satisfy the general contract for the <tt>Object.hashCode</tt>method.
+ * to satisfy the general contract for the <tt>Object.hashCode</tt> method.
* In particular, <tt>c1.equals(c2)</tt> implies that
* <tt>c1.hashCode()==c2.hashCode()</tt>.
*