jdk/src/share/classes/javax/swing/plaf/LayerUI.java
changeset 26013 83b99f14245f
parent 25565 ce603b34c98d
child 26029 730f9bc4b85e
--- a/jdk/src/share/classes/javax/swing/plaf/LayerUI.java	Tue Jul 29 12:45:24 2014 +0400
+++ b/jdk/src/share/classes/javax/swing/plaf/LayerUI.java	Tue Jul 29 12:55:08 2014 +0400
@@ -716,7 +716,7 @@
      * @param y  the y value 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
-     *
+     * @param l  a {@code JLayer} component
      * @see JComponent#paintImmediately(int, int, int, int)
      */
     public void paintImmediately(int x, int y, int width, int height, JLayer<? extends V> l) {