jdk/src/java.management/share/classes/javax/management/openmbean/ArrayType.java
changeset 28059 e576535359cc
parent 27957 24b4e6082f19
child 29927 9cc3e111a1d8
--- a/jdk/src/java.management/share/classes/javax/management/openmbean/ArrayType.java	Fri Dec 12 15:07:00 2014 -0500
+++ b/jdk/src/java.management/share/classes/javax/management/openmbean/ArrayType.java	Thu Oct 30 07:31:41 2014 -0700
@@ -570,7 +570,7 @@
         // In case this ArrayType instance describes an array of classes implementing the TabularData or CompositeData interface,
         // we first check for the assignability of obj to such an array of TabularData or CompositeData,
         // which ensures that:
-        //  . obj is of the the same dimension as this ArrayType instance,
+        //  . obj is of the same dimension as this ArrayType instance,
         //  . it is declared as an array of elements which are either all TabularData or all CompositeData.
         //
         // If the assignment check is positive,