RFR: 8265226: (dc) API note in DatagramChannel.open should link to StandardProtocolFamily.UNIX [v2]
Iris Clark
iris at openjdk.java.net
Thu Apr 15 17:10:36 UTC 2021
On Thu, 15 Apr 2021 13:01:04 GMT, Michael McMahon <michaelm at openjdk.org> wrote:
>> Hi,
>>
>> Could I get the following change reviewed please (which may need a CSR)?
>>
>> It should have been considered as part of (8262883) which was integrated earlier today.
>> Any other comments on that change can be considered here too.
>>
>> This is the change:
>>
>>
>> diff a/src/java.base/share/classes/java/nio/channels/DatagramChannel.java b/src/java.base/share/classes/java/nio/channels/DatagramChannel.java
>> --- a/src/java.base/share/classes/java/nio/channels/DatagramChannel.java
>> +++ b/src/java.base/share/classes/java/nio/channels/DatagramChannel.java
>> @@ -170,12 +170,11 @@
>> * java.nio.channels.spi.SelectorProvider#openDatagramChannel(ProtocolFamily)
>> * openDatagramChannel} method of the system-wide default {@link
>> * java.nio.channels.spi.SelectorProvider} object. The channel will not be
>> * connected.
>> *
>> - * @apiNote {@linkplain java.net.UnixDomainSocketAddress Unix domain} sockets
>> - * are not supported by DatagramChannel.
>> + * @apiNote {@link java.net.StandardProtocolFamily#UNIX} is not supported.
>> *
>> * @param family
>> * The protocol family
>> *
>> * @return A new datagram channel
>>
>>
>> Thanks,
>>
>> Michael.
>
> Michael McMahon has updated the pull request incrementally with one additional commit since the last revision:
>
> changed link from USDA to StandardProtocolFamily#UNIX
Marked as reviewed by iris (Reviewer).
-------------
PR: https://git.openjdk.java.net/jdk/pull/3494
More information about the nio-dev
mailing list