jdk/src/share/classes/javax/swing/text/TabExpander.java
changeset 20158 1c5d22e5b898
parent 5506 202f599c92aa
child 23010 6dadb192ad81
--- a/jdk/src/share/classes/javax/swing/text/TabExpander.java	Tue Sep 24 16:36:00 2013 +0400
+++ b/jdk/src/share/classes/javax/swing/text/TabExpander.java	Tue Sep 24 17:04:47 2013 +0400
@@ -37,10 +37,10 @@
      * Returns the next tab stop position given a reference
      * position.  Values are expressed in points.
      *
-     * @param x the position in points >= 0
+     * @param x the position in points >= 0
      * @param tabOffset the position within the text stream
-     *   that the tab occurred at >= 0.
-     * @return the next tab stop >= 0
+     *   that the tab occurred at >= 0.
+     * @return the next tab stop >= 0
      */
     float nextTabStop(float x, int tabOffset);