7035834: Bad @param tags in LayerUI.java
authordarcy
Mon, 11 Apr 2011 23:20:41 -0700
changeset 9253 12f80cd90505
parent 9252 9484925c9c2b
child 9254 142881732d3c
7035834: Bad @param tags in LayerUI.java Reviewed-by: rupashka
jdk/src/share/classes/javax/swing/plaf/LayerUI.java
--- a/jdk/src/share/classes/javax/swing/plaf/LayerUI.java	Mon Apr 11 12:52:39 2011 +0100
+++ b/jdk/src/share/classes/javax/swing/plaf/LayerUI.java	Mon Apr 11 23:20:41 2011 -0700
@@ -710,8 +710,8 @@
      *
      * @param x  the x value of the region to be painted
      * @param y  the y value of the region to be painted
-     * @param w  the width of the region to be painted
-     * @param h  the height of the region to be painted
+     * @param width  the width of the region to be painted
+     * @param height  the height of the region to be painted
      *
      * @see JComponent#paintImmediately(int, int, int, int)
      */