diff -r 55f32ae4f920 -r d4c777ccb1db jdk/src/share/classes/javax/management/openmbean/TabularType.java --- a/jdk/src/share/classes/javax/management/openmbean/TabularType.java Tue Nov 12 09:44:39 2013 -0800 +++ b/jdk/src/share/classes/javax/management/openmbean/TabularType.java Tue Nov 12 14:03:28 2013 -0500 @@ -40,7 +40,7 @@ /** * The TabularType class is the open type class - * whose instances describe the types of {@link TabularData TabularData} values. + * whose instances describe the types of {@link TabularData TabularData} values. * * @since 1.5 */ @@ -89,8 +89,8 @@ * cannot be null or empty. Each element should be an item name defined in rowType * (no null or empty string allowed). * It is important to note that the order of the item names in indexNames - * is used by the methods {@link TabularData#get(java.lang.Object[]) get} and - * {@link TabularData#remove(java.lang.Object[]) remove} of class + * is used by the methods {@link TabularData#get(java.lang.Object[]) get} and + * {@link TabularData#remove(java.lang.Object[]) remove} of class * TabularData to match their array of values parameter to items. *
  * @throws IllegalArgumentException if rowType is null,