8303539: javadoc typos in Attr

Reviewed-by: iris, jjg
This commit is contained in:
Vicente Romero 2023-03-03 10:32:35 +00:00
parent e1745bc981
commit 339ca88783

View File

@ -506,9 +506,9 @@ public class Attr extends JCTree.Visitor {
}
/**
* 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; }