8288712: Typo in javadoc in javax.imageio.ImageReader.java

Reviewed-by: iris
This commit is contained in:
Phil Race 2023-12-07 21:05:38 +00:00
parent 4ed38f5ad5
commit 959a443a9e

View File

@ -2582,7 +2582,7 @@ public abstract class ImageReader {
* width or height of 0, an {@code IllegalArgumentException}
* is thrown.
*
* <p> The {@link #getSourceRegion getSourceRegion>}
* <p> The {@link #getSourceRegion getSourceRegion}
* method may be used if only source clipping is desired.
*
* @param param an {@code ImageReadParam}, or {@code null}.