src/java.base/share/classes/java/nio/channels/SocketChannel.java
branchunixdomainchannels
changeset 58847 692de65ab293
parent 58801 119ac9128c1b
child 58981 5c79956cc7d7
--- a/src/java.base/share/classes/java/nio/channels/SocketChannel.java	Tue Oct 29 08:26:48 2019 +0000
+++ b/src/java.base/share/classes/java/nio/channels/SocketChannel.java	Tue Oct 29 19:23:09 2019 +0000
@@ -116,7 +116,6 @@
  * </tbody>
  * </table>
  * </blockquote>
- *
  * Additional (implementation specific) options may also be supported.
  *
  * <p> Socket channels are safe for use by multiple concurrent threads.  They
@@ -290,7 +289,7 @@
      *          {@link SecurityManager#checkListen checkListen} method denies
      *          the operation for <i>IP</i> channels or for <i>unix domain</i>
      *          channels, if the security manager denies "read" or "write"
-     *          {@link FilePermission} for the local path.
+     *          {@link java.io.FilePermission} for the local path.
      *
      * @since 1.7
      */