On Fri, 14 Jun 2024 19:01:56 GMT, Chen Liang <li...@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