RFR: 8200664: fix broken links in java.base docs

Alan Bateman Alan.Bateman at oracle.com
Wed Apr 4 06:57:10 UTC 2018


On 03/04/2018 22:17, Jonathan Gibbons wrote:
> Please review a small update to fix some broken links in the java.base 
> API docs.
>
> The change is necessary because when generating HTML 5 output, javadoc
> no longer has to encode method signatures into the restricted set of 
> characters
> available in HTML 4 names.
>
> JBS: https://bugs.openjdk.java.net/browse/JDK-8200664
> Webrev: http://cr.openjdk.java.net/~jjg/8200664/webrev.00/
This looks good to me. These dashes have always been confused in links 
so good that they will no longer be needed.

-Alan


More information about the core-libs-dev mailing list