jdk/src/java.management/share/classes/javax/management/openmbean/TabularDataSupport.java
changeset 28059 e576535359cc
parent 25859 3317bb8137f4
child 32034 05676cfd40b5
--- a/jdk/src/java.management/share/classes/javax/management/openmbean/TabularDataSupport.java	Fri Dec 12 15:07:00 2014 -0500
+++ b/jdk/src/java.management/share/classes/javax/management/openmbean/TabularDataSupport.java	Thu Oct 30 07:31:41 2014 -0700
@@ -212,7 +212,7 @@
     /**
      * Returns <tt>true</tt> if and only if this <tt>TabularData</tt> instance contains a <tt>CompositeData</tt> value
      * (ie a row) whose index is the specified <var>key</var>. If <var>key</var> cannot be cast to a one dimension array
-     * of Object instances, this method simply returns <tt>false</tt>; otherwise it returns the the result of the call to
+     * of Object instances, this method simply returns <tt>false</tt>; otherwise it returns the result of the call to
      * <tt>this.containsKey((Object[]) key)</tt>.
      *
      * @param  key  the index value whose presence in this <tt>TabularData</tt> instance is to be tested.