On Tue, 9 Mar 2021 12:44:10 GMT, Alan Bateman <[email protected]> wrote:
>> Patrick Concannon has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> 8263233: Small refactor of equals method in java/net/InterfaceAddress;
>> removed superfluous whitespace in java/net/Inet6Address
>
> src/java.base/share/classes/java/net/Inet6Address.java line 265:
>
>> 263:
>> 264: public boolean equals(Object o) {
>> 265: if (! (o instanceof Inet6AddressHolder that)) {
>
> There's a spurious space after "!" can be probably be fixed while you are on
> that line.
Can do. I've removed the space in commit eca9095
-------------
PR: https://git.openjdk.java.net/jdk/pull/2890