mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8265226: (dc) API note in DatagramChannel.open should link to StandardProtocolFamily.UNIX
Reviewed-by: iris, alanb
This commit is contained in:
parent
49b9e6896e
commit
d9e19f16f0
1 changed files with 2 additions and 2 deletions
|
@ -172,8 +172,8 @@ public abstract class DatagramChannel
|
||||||
* java.nio.channels.spi.SelectorProvider} object. The channel will not be
|
* java.nio.channels.spi.SelectorProvider} object. The channel will not be
|
||||||
* connected.
|
* connected.
|
||||||
*
|
*
|
||||||
* @apiNote {@linkplain java.net.UnixDomainSocketAddress Unix domain} sockets
|
* @apiNote {@linkplain java.net.StandardProtocolFamily#UNIX Unix domain}
|
||||||
* are not supported by DatagramChannel.
|
* sockets are not supported.
|
||||||
*
|
*
|
||||||
* @param family
|
* @param family
|
||||||
* The protocol family
|
* The protocol family
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue