Skip to content

Commit f5583c7

Browse files
authored
Fix javadoc syntax
Fix javadoc syntax by wrap `<` into an inline code block.
1 parent 4ddb914 commit f5583c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/java/com/google/googlejavaformat/java/JavaInputAstVisitor.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -2574,7 +2574,7 @@ private void visitToDeclare(
25742574
typeWithDims);
25752575
}
25762576

2577-
/** Does not omit the leading '<', which should be associated with the type name. */
2577+
/** Does not omit the leading {@code "<"}, which should be associated with the type name. */
25782578
protected void typeParametersRest(
25792579
List<? extends TypeParameterTree> typeParameters, Indent plusIndent) {
25802580
builder.open(plusIndent);

0 commit comments

Comments
 (0)