RFR: 8288712: Typo in javadoc in javax.imageio.ImageReader.java
Phil Race
prr at openjdk.org
Thu Dec 7 20:02:45 UTC 2023
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.
-------------
Commit messages:
- 8288712
Changes: https://git.openjdk.org/jdk/pull/17025/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=17025&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8288712
Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
Patch: https://git.openjdk.org/jdk/pull/17025.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/17025/head:pull/17025
PR: https://git.openjdk.org/jdk/pull/17025
More information about the client-libs-dev
mailing list