--- old/src/share/classes/java/util/Collection.java Tue Jan 13 13:44:09 2009 +++ new/src/share/classes/java/util/Collection.java Tue Jan 13 13:44:09 2009 @@ -427,7 +427,7 @@ * 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(). * --- old/src/share/classes/java/util/Random.java Tue Jan 13 13:44:13 2009 +++ new/src/share/classes/java/util/Random.java Tue Jan 13 13:44:12 2009 @@ -32,7 +32,7 @@ * An instance of this class is used to generate a stream of * pseudorandom numbers. The class uses a 48-bit seed, which is * modified using a linear congruential formula. (See Donald Knuth, - * The Art of Computer Programming, Volume 3, Section 3.2.1.) + * The Art of Computer Programming, Volume 2, Section 3.2.1.) *

* If two instances of {@code Random} are created with the same * seed, and the same sequence of method calls is made for each, they