RFR: 8244202: Implementation of JEP 418: Internet-Address Resolution SPI [v5]

Aleksei Efimov aefimov at openjdk.java.net
Tue Oct 26 12:53:09 UTC 2021


On Sat, 23 Oct 2021 06:33:52 GMT, Alan Bateman <alanb at openjdk.org> wrote:

>> 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.

Thanks, changed in 1378686becfcbf18793556de8381b5ebcd79698d

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

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


More information about the core-libs-dev mailing list