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

Iris Clark iris at openjdk.org
Thu Dec 7 20:58:19 UTC 2023


On Thu, 7 Dec 2023 19:56:07 GMT, Phil Race <prr at openjdk.org> 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.

Marked as reviewed by iris (Reviewer).

-------------

PR Review: https://git.openjdk.org/jdk/pull/17025#pullrequestreview-1771116039


More information about the client-libs-dev mailing list