On Wed, 14 Apr 2021 14:03:01 GMT, Michael McMahon <micha...@openjdk.org> wrote:
> Hi, > > Could I get the following trivial doc changes reviewed please, caused by: > > - broken <A> tags in MethodHandles referring to package.html instead of > package-summary.html > > - references to a package level #unixdomain anchor that no longer exists. > > - a <a> tag missing a "../" in SocketChannel > > Thanks, > > Michael src/java.base/share/classes/java/nio/channels/DatagramChannel.java line 175: > 173: * connected. > 174: * > 175: * @apiNote {@linkplain java.net.UnixDomainSocketAddress Unix > domain} sockets The parameter to this method is a ProtocolFamily and maybe this note should be say that StandardProtocolFamily#UNIX is not supported. ------------- PR: https://git.openjdk.java.net/jdk/pull/3491