diff -r bf24e33c7919 -r 05676cfd40b5 jdk/src/java.management/share/classes/javax/management/openmbean/OpenMBeanAttributeInfoSupport.java --- a/jdk/src/java.management/share/classes/javax/management/openmbean/OpenMBeanAttributeInfoSupport.java Thu Aug 06 13:20:13 2015 +0300 +++ b/jdk/src/java.management/share/classes/javax/management/openmbean/OpenMBeanAttributeInfoSupport.java Thu Aug 06 13:59:10 2015 +0300 @@ -114,7 +114,7 @@ * exposed for management. * * @param isIs {@code true} if the attribute's getter is of the - * form isXXX. + * form isXXX. * * @throws IllegalArgumentException if {@code name} or {@code * description} are null or empty string, or {@code openType} is @@ -154,7 +154,7 @@ * exposed for management. * * @param isIs {@code true} if the attribute's getter is of the - * form isXXX. + * form isXXX. * * @param descriptor The descriptor for the attribute. This may be null * which is equivalent to an empty descriptor. @@ -221,7 +221,7 @@ * exposed for management. * * @param isIs {@code true} if the attribute's getter is of the - * form isXXX. + * form isXXX. * * @param defaultValue must be a valid value for the {@code * openType} specified for this attribute; default value not @@ -278,7 +278,7 @@ * exposed for management. * * @param isIs {@code true} if the attribute's getter is of the - * form isXXX. + * form isXXX. * * @param defaultValue must be a valid value * for the {@code @@ -345,7 +345,7 @@ * exposed for management. * * @param isIs {@code true} if the attribute's getter is of the - * form isXXX. + * form isXXX. * * @param defaultValue must be a valid value for the {@code * openType} specified for this attribute; default value not