changeset 3995:a12f142410f2

7035834: Bad @param tags in LayerUI.java Reviewed-by: rupashka
author darcy
date Mon, 11 Apr 2011 23:20:41 -0700
parents 36e467e1e8b0
children 54446de9fbb0
files src/share/classes/javax/swing/plaf/LayerUI.java
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/share/classes/javax/swing/plaf/LayerUI.java	Mon Apr 11 12:52:39 2011 +0100
+++ b/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)
      */