On Wed, 7 Aug 2024 21:06:22 GMT, Jonathan Gibbons <j...@openjdk.org> wrote:
>> Hannes Wallnöfer has updated the pull request incrementally with one >> additional commit since the last revision: >> >> More post-merge cleanup > > test/langtools/jdk/javadoc/doclet/testLinkTaglet/TestLinkTagletTypeParam.java > line 49: > >> 47: ToolBox tb = new ToolBox(); >> 48: >> 49: @JavadocTester.Test > > Is there a reason to use `JavadocTester.Test` and not just `Test`, as is > common in other tests? Ah, I see the code generates a `public class Test` ... ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/20494#discussion_r1707912699