Skip to content

Commit

Permalink
Fix javadoc syntax
Browse files Browse the repository at this point in the history
Fix javadoc syntax by wrap `<` into an inline code block.
  • Loading branch information
sormuras authored Mar 31, 2020
1 parent 4ddb914 commit f5583c7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2574,7 +2574,7 @@ private void visitToDeclare(
typeWithDims);
}

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

0 comments on commit f5583c7

Please sign in to comment.