RFR: JDK-8266856 Make <wbr> element void [v2]

Jonathan Gibbons jjg at openjdk.java.net
Thu May 20 15:08:29 UTC 2021


On Thu, 20 May 2021 15:01:11 GMT, Pavel Rappo <prappo at 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


More information about the compiler-dev mailing list