On Thu, 10 Dec 2020 20:18:26 GMT, Jesper Wilhelmsson <jwilh...@openjdk.org> wrote:
>> Hi all, >> >> could you pleaes review this small and trivial fix for >> `jdk/javadoc/doclet/testHtmlTableTags/TestHtmlTableTags.java` test? the test >> faled to find "https://download.java.net/java/early_access/jdk16/" string >> after we switched to jdk17, the patch is basically `s/jdk16/jdk17/g`. >> >> testing: >> `test/langtools/jdk/javadoc/doclet/testHtmlTableTags/TestHtmlTableTags.java` >> >> Thanks, >> -- Igor > > Looks good to me. Thanks Jesper. ------------- PR: https://git.openjdk.java.net/jdk/pull/1739