On Mon, 4 Aug 2025 07:29:05 GMT, Jayathirth D V <[email protected]> wrote:
>> Harshitha Onkar has updated the pull request incrementally with two
>> additional commits since the last revision:
>>
>> - rename
>> - test summary
>
> test/jdk/java/awt/image/XBMDecoder/XBMDecoderTest.java line 55:
>
>> 53: System.out.println("--- Testing " + fileName + " ---");
>> 54: try (FileInputStream fis = new FileInputStream(file);
>> 55: ByteArrayOutputStream errContent = new
>> ByteArrayOutputStream()) {
>
> Indentation issue.
ByteArrayOutputStream stmt part of try-with-resources block.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/26488#discussion_r2261433937