8043693: A typo in the javadoc for javax.imageio.ImageReader
authoryan
Mon, 11 Aug 2014 10:32:21 +0400
changeset 26339 be0d2b32b174
parent 26036 541d3bb1825e
child 26340 ad4425b3d725
8043693: A typo in the javadoc for javax.imageio.ImageReader Summary: Correct a typo in the javadoc for javax.imageio.ImageReader Reviewed-by: prr Contributed-by: prhinduja@gmail.com
jdk/src/share/classes/javax/imageio/ImageReader.java
--- a/jdk/src/share/classes/javax/imageio/ImageReader.java	Fri Aug 08 12:54:39 2014 -0700
+++ b/jdk/src/share/classes/javax/imageio/ImageReader.java	Mon Aug 11 10:32:21 2014 +0400
@@ -2806,7 +2806,7 @@
      * @param imageTypes an <code>Iterator</code> of
      * <code>ImageTypeSpecifier</code>s indicating the legal image
      * types, with the default first.
-     * @param width the true width of the image or tile begin decoded.
+     * @param width the true width of the image or tile being decoded.
      * @param height the true width of the image or tile being decoded.
      *
      * @return the <code>BufferedImage</code> to which decoded pixel