mirror of
https://github.com/openjdk/jdk.git
synced 2026-03-26 07:40:09 +00:00
8303539: javadoc typos in Attr
Reviewed-by: iris, jjg
This commit is contained in:
parent
e1745bc981
commit
339ca88783
@ -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; }
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user