--- jsr166/src/main/java/util/Collection.java 2008/05/18 23:59:57 1.9 +++ jsr166/src/main/java/util/Collection.java 2009/07/21 23:58:11 1.10 @@ -427,7 +427,7 @@ public interface Collection extends I * contract for the Object.hashCode method, programmers should * take note that any class that overrides the Object.equals * method must also override the Object.hashCode method in order - * to satisfy the general contract for the Object.hashCodemethod. + * to satisfy the general contract for the Object.hashCode method. * In particular, c1.equals(c2) implies that * c1.hashCode()==c2.hashCode(). *