jdk/src/java.management/share/classes/javax/management/openmbean/SimpleType.java
changeset 28059 e576535359cc
parent 25859 3317bb8137f4
--- a/jdk/src/java.management/share/classes/javax/management/openmbean/SimpleType.java	Fri Dec 12 15:07:00 2014 -0500
+++ b/jdk/src/java.management/share/classes/javax/management/openmbean/SimpleType.java	Thu Oct 30 07:31:41 2014 -0700
@@ -244,7 +244,7 @@
 
     /**
      * Returns the hash code value for this <code>SimpleType</code> instance.
-     * The hash code of a <code>SimpleType</code> instance is the the hash code of
+     * The hash code of a <code>SimpleType</code> instance is the hash code of
      * the string value returned by the {@link OpenType#getClassName() getClassName} method.
      * <p>
      * As <code>SimpleType</code> instances are immutable, the hash code for this instance is calculated once,