On Thu, 30 Sep 2021 10:44:44 GMT, Hannes Wallnöfer <[email protected]> wrote:
>> Masanori Yano has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> 8248001: javadoc generates invalid HTML pages whose ftp:// links are broken
>
> test/langtools/jdk/javadoc/doclet/testHrefInDocComment/pkg/J1.java line 27:
>
>> 25:
>> 26: /**
>> 27: *This class has <a href="{@docRoot}/pkg/J1.html#functions">various
>> functions</
>
> Unclosed `a` element
Sorry, the last few characters were trimmed. I fixed it.
> test/langtools/jdk/javadoc/doclet/testHrefInDocComment/pkg/J1.java line 50:
>
>> 48:
>> 49: /**
>> 50: *<a href="{@docRoot}/pkg/J1.html#functions">Creates an instance
>> which has
>
> Another unclosed `a` element
Sorry, the last few characters were trimmed. I fixed it.
-------------
PR: https://git.openjdk.java.net/jdk/pull/5198