On Thu, 20 May 2021 15:01:11 GMT, Pavel Rappo <pra...@openjdk.org> wrote:
>> Jonathan Gibbons has updated the pull request incrementally with one >> additional commit since the last revision: >> >> add test > > test/langtools/jdk/javadoc/doclet/testVoidHtmlElements/TestVoidHtmlElements.java > line 57: > >> 55: } catch (IllegalArgumentException e) { >> 56: } >> 57: } > > Why do you do the check twice? OK, I guess I don't need to ... I was thinking to do the checks "both ways", but I guess the intersection is the same both ways. ------------- PR: https://git.openjdk.java.net/jdk/pull/4098