Skip to content

Commit

Permalink
Fix javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
rmichela committed Mar 11, 2019
1 parent 2b57121 commit 596ac56
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ private String getJavaDoc(String comments, String prefix) {
Arrays.stream(HtmlEscapers.htmlEscaper().escape(comments).split("\n"))
.forEach(line -> builder.append(prefix).append(" * ").append(line).append("\n"));
builder
.append(prefix).append(" * <pre>\n")
.append(prefix).append(" * </pre>\n")
.append(prefix).append(" */");
return builder.toString();
}
Expand Down

0 comments on commit 596ac56

Please sign in to comment.