jdk/src/share/classes/java/lang/Class.java
changeset 11016 e2665f4ac6d2
parent 10419 12c063b39232
child 11275 7cb0861d512f
--- a/jdk/src/share/classes/java/lang/Class.java	Thu Nov 10 15:41:49 2011 +0000
+++ b/jdk/src/share/classes/java/lang/Class.java	Thu Nov 10 11:41:27 2011 -0500
@@ -3008,7 +3008,7 @@
 
     /**
      * Casts this {@code Class} object to represent a subclass of the class
-     * represented by the specified class object.  Checks that that the cast
+     * represented by the specified class object.  Checks that the cast
      * is valid, and throws a {@code ClassCastException} if it is not.  If
      * this method succeeds, it always returns a reference to this class object.
      *