RFR: 8322708: Global HTML attributes are not allowed [v4]

Nizar Benalla nbenalla at openjdk.org
Fri Jun 14 19:16:26 UTC 2024


On Fri, 14 Jun 2024 19:01:56 GMT, Chen Liang <liach at openjdk.org> wrote:

>> Nizar Benalla has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Simplify method
>
> src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclint/HtmlTag.java line 670:
> 
>> 668:     public AttrKind getAttrKind(Name attrName) {
>> 669:         Attr attr = getAttr(attrName);
>> 670:         if (attr==null){
> 
> Suggestion:
> 
>         if (attr == null) {

Thanks, didn't run a formatter on this.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/19652#discussion_r1640242180


More information about the javadoc-dev mailing list