On Thu, 7 Aug 2025 21:27:53 GMT, Harshitha Onkar <[email protected]> wrote:

>> 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.

I understand, but line no 55 has extra space instead of usual 4 space 
indentation which is followed in next line.
Also its a good practice to wait for a day after replying to comments before 
integration.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/26488#discussion_r2262526164

Reply via email to