On Wed, 1 Sep 2021 16:53:50 GMT, Aleksei Efimov <aefi...@openjdk.org> wrote:

> Hi,
> 
> The fix changes indentations in the following `java.net.InetAddress` methods:
> - getAddressesFromNameService
> - getHostFromNameService
> 
> It helps to improve code readability. Can't say the same about 
> `getHostFromNameService` diffs shown in this PR.

Marked as reviewed by bpb (Reviewer).

src/java.base/share/classes/java/net/InetAddress.java line 689:

> 687:             }
> 688: 
> 689:             //XXX: if it looks a spoof just return the address?

looks _like_ a spoof

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

PR: https://git.openjdk.java.net/jdk/pull/5336

Reply via email to