src/java.base/share/classes/java/nio/channels/SocketChannel.java
branchunixdomainchannels
changeset 59078 4e648a2d8480
parent 58981 5c79956cc7d7
--- a/src/java.base/share/classes/java/nio/channels/SocketChannel.java	Thu Nov 14 10:40:08 2019 +0000
+++ b/src/java.base/share/classes/java/nio/channels/SocketChannel.java	Thu Nov 14 12:38:31 2019 +0000
@@ -277,7 +277,8 @@
      * <p> Note, for <i>Unix Domain</i> channels, a file is created in the file-system
      * with the same name as this channel's bound address. This file persists after
      * the channel is closed, and must be removed before another channel can bind
-     * to the same name.
+     * to the same name. However, automatically assigned addresses have an empty
+     * pathname, and no corresponding file in the file-system.
      *
      * @throws  ConnectionPendingException
      *          If a non-blocking connect operation is already in progress on