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:
parent
f8ddfbb0fa
commit
90f1fde6b4
@ -2806,7 +2806,7 @@ public abstract class ImageReader {
|
|||||||
* @param imageTypes an <code>Iterator</code> of
|
* @param imageTypes an <code>Iterator</code> of
|
||||||
* <code>ImageTypeSpecifier</code>s indicating the legal image
|
* <code>ImageTypeSpecifier</code>s indicating the legal image
|
||||||
* types, with the default first.
|
* 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.
|
* @param height the true width of the image or tile being decoded.
|
||||||
*
|
*
|
||||||
* @return the <code>BufferedImage</code> to which decoded pixel
|
* @return the <code>BufferedImage</code> to which decoded pixel
|
||||||
|
Loading…
x
Reference in New Issue
Block a user