Skip to content

Commit 339ca88

Browse files
author
Vicente Romero
committed
8303539: javadoc typos in Attr
Reviewed-by: iris, jjg
1 parent e1745bc commit 339ca88

File tree

1 file changed

+2
-2
lines changed
  • src/jdk.compiler/share/classes/com/sun/tools/javac/comp

1 file changed

+2
-2
lines changed

src/jdk.compiler/share/classes/com/sun/tools/javac/comp/Attr.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -506,9 +506,9 @@ protected ResultInfo(KindSelector pkind,
506506
}
507507

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

0 commit comments

Comments
 (0)