RFR: {@docRoot} reference need to be updated to reflect new module structure
Chris Hegarty
chris.hegarty at oracle.com
Tue Mar 27 08:55:26 UTC 2018
> On 27 Mar 2018, at 01:01, Jonathan Gibbons <jonathan.gibbons at oracle.com> wrote:
>
> This is fixing up some links in the java.base module, following a recent change
> in javadoc to the organization of the generated files. While the change was mostly
> transparent, links within the documentation using {@docRoot} need to be updated.
>
> All the changes were done automatically, by the following sed commands, to insert
> "/java.base" into the affected links.
>
> 's|{@docRoot}/java/lang/|{@docRoot}/java.base/java/lang/|'
> 's|{@docRoot}/java/util/|{@docRoot}/java.base/java/util/|'
>
> JBS: https://bugs.openjdk.java.net/browse/JDK-8199465
> Webrev: http://cr.openjdk.java.net/~jjg/8199465/webrev.00/
Looks good to me Jon.
-Chris.
More information about the core-libs-dev
mailing list