--- old/src/java.desktop/windows/classes/sun/awt/windows/WPathGraphics.java 2015-05-09 01:26:46.000000000 +0300 +++ new/src/java.desktop/windows/classes/sun/awt/windows/WPathGraphics.java 2015-05-09 01:26:46.000000000 +0300 @@ -386,7 +386,7 @@ * such as Hebrew and Arabic, the glyphs can be rendered from right to * left, in which case the coordinate supplied is the location of the * leftmost character on the baseline. - * @param s the String to be rendered + * @param str the String to be rendered * @param x, y the coordinates where the String * should be rendered * @see #setPaint @@ -877,7 +877,7 @@ * is transformed by the supplied AffineTransform and * drawn using GDI to the printer context. * - * @param img The image to be drawn. + * @param image The image to be drawn. * @param xform Used to transform the image before drawing. * This can be null. * @param bgcolor This color is drawn where the image has transparent