Integrated: 8265226: (dc) API note in DatagramChannel.open should link to StandardProtocolFamily.UNIX
Michael McMahon
michaelm at openjdk.java.net
Mon Apr 19 09:35:10 UTC 2021
On Wed, 14 Apr 2021 16:49:56 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.
This pull request has now been integrated.
Changeset: d9e19f16
Author: Michael McMahon <michaelm at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/d9e19f16
Stats: 2 lines in 1 file changed: 0 ins; 0 del; 2 mod
8265226: (dc) API note in DatagramChannel.open should link to StandardProtocolFamily.UNIX
Reviewed-by: iris, alanb
-------------
PR: https://git.openjdk.java.net/jdk/pull/3494
More information about the nio-dev
mailing list