<i18n dev> RFR: 8253497: Core Libs Terminology Refresh [v2]
Brent Christian
bchristi at openjdk.java.net
Tue Dec 15 18:50:56 UTC 2020
On Tue, 15 Dec 2020 07:32:12 GMT, Alan Bateman <alanb at openjdk.org> wrote:
>> Brent Christian has updated the pull request incrementally with one additional commit since the last revision:
>>
>> updates, per code review
>
> test/jdk/java/nio/channels/SocketChannel/CloseRegisteredChannel.java line 45:
>
>> 43: SocketChannel client = SocketChannel.open ();
>> 44: client.connect (new InetSocketAddress (InetAddress.getLoopbackAddress(), port));
>> 45: SocketChannel channel = server.accept ();
>
> Can you rename this to "peer" instead? (we can remove the spurious space after accept while we are there).
Yes, I will name it, "peer", and remove the extra space on the affected lines.
-------------
PR: https://git.openjdk.java.net/jdk/pull/1771
More information about the i18n-dev
mailing list