From 90f1fde6b4e3bd52359bd5e051ad9e8dae55d28f Mon Sep 17 00:00:00 2001 From: Pushan Hinduja Date: Mon, 11 Aug 2014 10:32:21 +0400 Subject: [PATCH] 8043693: A typo in the javadoc for javax.imageio.ImageReader Correct a typo in the javadoc for javax.imageio.ImageReader Reviewed-by: prr --- jdk/src/share/classes/javax/imageio/ImageReader.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jdk/src/share/classes/javax/imageio/ImageReader.java b/jdk/src/share/classes/javax/imageio/ImageReader.java index 1ff7c219e2d..553f733514c 100644 --- a/jdk/src/share/classes/javax/imageio/ImageReader.java +++ b/jdk/src/share/classes/javax/imageio/ImageReader.java @@ -2806,7 +2806,7 @@ public abstract class ImageReader { * @param imageTypes an Iterator of * ImageTypeSpecifiers 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 BufferedImage to which decoded pixel