Skip to content

Commit

Permalink
8303539: javadoc typos in Attr
Browse files Browse the repository at this point in the history
Reviewed-by: iris, jjg
  • Loading branch information
Vicente Romero committed Mar 3, 2023
1 parent e1745bc commit 339ca88
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -506,9 +506,9 @@ protected ResultInfo(KindSelector pkind,
}

/**
* Should {@link Attr#attribTree} use the {@ArgumentAttr} visitor instead of this one?
* Should {@link Attr#attribTree} use the {@code ArgumentAttr} visitor instead of this one?
* @param tree The tree to be type-checked.
* @return true if {@ArgumentAttr} should be used.
* @return true if {@code ArgumentAttr} should be used.
*/
protected boolean needsArgumentAttr(JCTree tree) { return false; }

Expand Down

1 comment on commit 339ca88

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.