diff -r cafca01a8e28 -r 1c5d22e5b898 jdk/src/share/classes/javax/swing/text/StyleContext.java --- a/jdk/src/share/classes/javax/swing/text/StyleContext.java Tue Sep 24 16:36:00 2013 +0400 +++ b/jdk/src/share/classes/javax/swing/text/StyleContext.java Tue Sep 24 17:04:47 2013 +0400 @@ -241,7 +241,7 @@ * * @param family the font family (such as "Monospaced") * @param style the style of the font (such as Font.PLAIN) - * @param size the point size >= 1 + * @param size the point size >= 1 * @return the new font */ public Font getFont(String family, int style, int size) { @@ -1387,7 +1387,7 @@ /** * Gets the number of attributes that are defined. * - * @return the number of attributes >= 0 + * @return the number of attributes >= 0 * @see AttributeSet#getAttributeCount */ public int getAttributeCount() {