diff -r 55f32ae4f920 -r d4c777ccb1db jdk/src/share/classes/javax/management/openmbean/OpenMBeanAttributeInfoSupport.java --- a/jdk/src/share/classes/javax/management/openmbean/OpenMBeanAttributeInfoSupport.java Tue Nov 12 09:44:39 2013 -0800 +++ b/jdk/src/share/classes/javax/management/openmbean/OpenMBeanAttributeInfoSupport.java Tue Nov 12 14:03:28 2013 -0500 @@ -138,8 +138,8 @@ * *

The {@code descriptor} can contain entries that will define * the values returned by certain methods of this class, as - * explained in the {@link - * package description}. + * explained in the + * package description. * * @param name cannot be a null or empty string. * @@ -162,8 +162,7 @@ * @throws IllegalArgumentException if {@code name} or {@code * description} are null or empty string, or {@code openType} is * null, or the descriptor entries are invalid as described in the - * {@link package - * description}. + * package description. * * @since 1.6 */