jdk/src/share/classes/javax/swing/Box.java
changeset 21592 da6abe91602a
parent 20458 f2423fb3fd19
child 23010 6dadb192ad81
--- a/jdk/src/share/classes/javax/swing/Box.java	Fri Nov 01 21:45:02 2013 +0400
+++ b/jdk/src/share/classes/javax/swing/Box.java	Thu Nov 07 18:57:54 2013 +0400
@@ -155,7 +155,7 @@
      * in which case it takes its share of available space,
      * just like any other component that has no maximum height.
      *
-     * @param width the width of the invisible component, in pixels >= 0
+     * @param width the width of the invisible component, in pixels >= 0
      * @return the component
      * @see #createVerticalStrut
      * @see #createGlue
@@ -179,7 +179,7 @@
      * in which case it takes its share of available space,
      * just like any other component that has no maximum width.
      *
-     * @param height the height of the invisible component, in pixels >= 0
+     * @param height the height of the invisible component, in pixels >= 0
      * @return the component
      * @see #createHorizontalStrut
      * @see #createGlue