On Tue, 15 Dec 2020 07:32:12 GMT, Alan Bateman <al...@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

Reply via email to