RFR: JDK-8250768: javac should be adapted to changes in JEP 12 [v4]
Jan Lahoda
jlahoda at openjdk.java.net
Thu Oct 29 09:41:50 UTC 2020
On Fri, 23 Oct 2020 17:58:42 GMT, Jonathan Gibbons <jjg at openjdk.org> wrote:
>> Jan Lahoda has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Removing unnecessary cast.
>
> src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/Navigation.java line 228:
>
>> 226: addTreeLink(tree);
>> 227: addDeprecatedLink(tree);
>> 228: addPreviewLink(tree);
>
> It's OK to put the link here, I guess, but it should also be on the INDEX page.
>
> See also recent updates for conditional pages.
I believe the link is in the navigation bar on all pages (as DEPRECATED is).
-------------
PR: https://git.openjdk.java.net/jdk/pull/703
More information about the core-libs-dev
mailing list