Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public int indentationMultiplier() {
return style.indentationMultiplier();
}

boolean formatJavadoc() {
public boolean formatJavadoc() {
return formatJavadoc;
}

Expand Down Expand Up @@ -91,7 +91,7 @@ public Builder style(Style style) {
return this;
}

Builder formatJavadoc(boolean formatJavadoc) {
public Builder formatJavadoc(boolean formatJavadoc) {
this.formatJavadoc = formatJavadoc;
return this;
}
Expand Down