On Thu, 7 Dec 2023 19:56:07 GMT, Phil Race <[email protected]> wrote: > As can be seen here > https://docs.oracle.com/en/java/javase/21/docs/api/java.desktop/javax/imageio/ImageReader.html#computeRegions(javax.imageio.ImageReadParam,int,int,java.awt.image.BufferedImage,java.awt.Rectangle,java.awt.Rectangle) > > There's an extra '>' in the javadoc source with the result being > "The getSourceRegion> method may be used if only source clipping is desired." > > fix is to remove it.
This pull request has now been integrated. Changeset: 959a443a Author: Phil Race <[email protected]> URL: https://git.openjdk.org/jdk/commit/959a443a9eb8f1ebc1335fdd86d421154bd71491 Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod 8288712: Typo in javadoc in javax.imageio.ImageReader.java Reviewed-by: iris ------------- PR: https://git.openjdk.org/jdk/pull/17025
