Skip to content

Commit

Permalink
More post-merge cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
hns committed Aug 7, 2024
1 parent ffd4ecc commit bfc7c7d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ private Content getTypeParameters() {
var first = true;
for (TypeParameterElement t : typeParams) {
if (!first) {
content.add(",").add(new HtmlTree(TagName.WBR));
content.add(",").add(new HtmlTree(HtmlTag.WBR));
}
var typeParamLink = getLink(linkInfo.forType(t.asType()));
content.add(needsId
Expand Down

0 comments on commit bfc7c7d

Please sign in to comment.