Skip to content
Merged
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 @@ -744,7 +744,7 @@ public Builder withNoConsoleNoAnsi(final boolean noConsoleNoAnsi) {

/**
* @param header
* The footer to place at the top of the document, once.
* The header to place at the top of the document, once.
*/
public Builder withHeader(final String header) {
this.header = header;
Expand Down