RFR: 4617681: constructor of BufferedImage throws unexpected IllegalArgumentException [v2]
Alexey Ivanov
aivanov at openjdk.org
Thu Dec 4 19:37:58 UTC 2025
On Wed, 3 Dec 2025 23:06:28 GMT, Phil Race <prr at openjdk.org> 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
More information about the client-libs-dev
mailing list