On Wed, 3 Dec 2025 23:06:28 GMT, Phil Race <[email protected]> wrote: >> src/java.desktop/share/classes/java/awt/image/BufferedImage.java line 292: >> >>> 290: * image types. The {@code ColorSpace} for the image is the >>> 291: * default sRGB space. >>> 292: * {@code BufferedImage} is a type that supports only one tile. >> >> Suggestion: >> >> * default sRGB space. >> * <p> >> * {@code BufferedImage} is a type that supports only one tile. >> >> To start a new paragraph? I think it would improve readability. > > I did this but not on the line you suggested.
The `<p>` tag is exactly where I suggested to add it. (I broke the alignment and “…default sRGB space” is a modified line.) ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/27640#discussion_r2590326665
