We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1745bc commit 339ca88Copy full SHA for 339ca88
src/jdk.compiler/share/classes/com/sun/tools/javac/comp/Attr.java
@@ -506,9 +506,9 @@ protected ResultInfo(KindSelector pkind,
506
}
507
508
/**
509
- * 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?
510
* @param tree The tree to be type-checked.
511
- * @return true if {@ArgumentAttr} should be used.
+ * @return true if {@code ArgumentAttr} should be used.
512
*/
513
protected boolean needsArgumentAttr(JCTree tree) { return false; }
514
0 commit comments