RFR: 8244202: Implementation of JEP 418: Internet-Address Resolution SPI [v5]
Alan Bateman
alanb at openjdk.java.net
Sat Oct 23 07:04:06 UTC 2021
On Wed, 20 Oct 2021 18:25:24 GMT, Alan Bateman <alanb at openjdk.org> wrote:
>> Aleksei Efimov has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Change InetAddressResolver method names
>
> src/java.base/share/classes/java/net/spi/InetAddressResolverProvider.java line 52:
>
>> 50: /**
>> 51: * Initialise and return the {@link InetAddressResolver} provided by
>> 52: * this provider. This method is called by {@link InetAddress} when
>
> "the InetAddressResolver" suggests there is just one instance. That is probably the case but I don't think you want to be restricted to that.
Initialise -> Initialize to be consistent with other usages that use US spelling.
-------------
PR: https://git.openjdk.java.net/jdk/pull/5822
More information about the core-libs-dev
mailing list