On Wed, 18 Sep 2024 15:49:50 GMT, Daniel Fuchs <[email protected]> wrote:
>> serhiysachkov has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> 8339787: align output to use single =
>
> test/jdk/java/net/ipv6tests/Tests.java line 127:
>
>> 125: dprintln ("dest2 = " + dest2);
>> 126: dprintln ("sender endpoint == " + s1.getLocalSocketAddress());
>> 127: dprintln ("echo endpoint == " + s2.getLocalSocketAddress());
>
> Nit: Any reason to have a single " = " line 125 and two " == " on these two
> lines?
not really, changes to single = as in the rest of outputs
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/21066#discussion_r1765324125