RFR: 8262883: doccheck: Broken links in java.base
Alan Bateman
alanb at openjdk.java.net
Wed Apr 14 15:30:44 UTC 2021
On Wed, 14 Apr 2021 14:03:01 GMT, Michael McMahon <michaelm at 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
More information about the nio-dev
mailing list