On Tue, 14 Dec 2021 14:36:15 GMT, Pavel Rappo <[email protected]> wrote:
>> Jonathan Gibbons has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> fix doc comments
>
> src/jdk.javadoc/share/classes/jdk/javadoc/internal/tool/resources/javadoc.properties
> line 307:
>
>> 305: main.unknown.option.for.filemanager=option not supported by file
>> manager: {0}
>> 306: main.bad.arg.for.filemanager.option=bad value for file manager option
>> {0}: "{1}"
>> 307: doclet.internal.report.bug=\
>
> We don't seem to have any tests for these new errors.
Filed https://bugs.openjdk.java.net/browse/JDK-8279251
> test/langtools/jdk/javadoc/testTFMBuilder/TestTFMBuilder.java line 53:
>
>> 51:
>> 52: /**
>> 53: * Tests the {@link TestJavaFileManagerBuilder class}.
>
> This doc comment reads weird when rendered.
Misplaced `}`; will fix.
-------------
PR: https://git.openjdk.java.net/jdk/pull/6404