diff -r 36ecb579dbc8 -r 83b99f14245f jdk/src/share/classes/javax/swing/plaf/LayerUI.java --- 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 l) {