On Fri, 28 Apr 2023 09:26:52 GMT, Volker Simonis <simo...@openjdk.org> wrote:

>> Amit Kumar has updated the pull request incrementally with one additional 
>> commit since the last revision:
>> 
>>   suggestion from @simonis
>
> test/jdk/java/util/zip/DeInflate.java line 164:
> 
>> 162:             out2 = baos.toByteArray();
>> 163:             if (n != len ||
>> 164:                 !Arrays.equals(in, 0, len, out2, 0, len)) ||
> 
> There's a `)` too much. you should at least run it a single time before 
> pushing :)

And while your on it, can you please also fix the other occurences of 
`Arrays.equals()`.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/12283#discussion_r1180173841

Reply via email to