On Sat, 23 Oct 2021 06:33:52 GMT, Alan Bateman <[email protected]> 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