RFR: 8262883: doccheck: Broken links in java.base
Michael McMahon
michaelm at openjdk.java.net
Wed Apr 14 16:20:51 UTC 2021
On Wed, 14 Apr 2021 15:27:36 GMT, Alan Bateman <alanb 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.
Okay, reasonable suggestion. I was a bit quick integrating. I will file a new issue to update the spec as suggested.
-------------
PR: https://git.openjdk.java.net/jdk/pull/3491
More information about the core-libs-dev
mailing list