jdk/src/share/classes/javax/swing/text/StyleContext.java
changeset 20158 1c5d22e5b898
parent 10316 8d1ca7d93fb2
child 20455 f6f9a0c2796b
--- 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() {