8043693: A typo in the javadoc for javax.imageio.ImageReader

Correct a typo in the javadoc for javax.imageio.ImageReader

Reviewed-by: prr
This commit is contained in:
Pushan Hinduja 2014-08-11 10:32:21 +04:00 committed by Yuri Nesterenko
parent f8ddfbb0fa
commit 90f1fde6b4

View File

@ -2806,7 +2806,7 @@ public abstract class ImageReader {
* @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