We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ddb914 commit f5583c7Copy full SHA for f5583c7
core/src/main/java/com/google/googlejavaformat/java/JavaInputAstVisitor.java
@@ -2574,7 +2574,7 @@ private void visitToDeclare(
2574
typeWithDims);
2575
}
2576
2577
- /** 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. */
2578
protected void typeParametersRest(
2579
List<? extends TypeParameterTree> typeParameters, Indent plusIndent) {
2580
builder.open(plusIndent);
0 commit comments