diff -r 137788883a22 -r d7fa6d7586c9 jdk/src/share/classes/javax/swing/JCheckBox.java --- a/jdk/src/share/classes/javax/swing/JCheckBox.java Wed Sep 25 17:08:31 2013 +0400 +++ b/jdk/src/share/classes/javax/swing/JCheckBox.java Wed Sep 25 17:35:22 2013 +0400 @@ -230,7 +230,7 @@ /** - * Returns a string that specifies the name of the L&F class + * Returns a string that specifies the name of the L&F class * that renders this component. * * @return the string "CheckBoxUI" @@ -238,7 +238,7 @@ * @see UIDefaults#getUI * @beaninfo * expert: true - * description: A string that specifies the name of the L&F class + * description: A string that specifies the name of the L&F class */ public String getUIClassID() { return uiClassID;