Skip to content

Commit 37bf9f6

Browse files
authored
Fix PatternLayout.Builder#withHeader() javadoc (#1411)
1 parent ff57072 commit 37bf9f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

log4j-core/src/main/java/org/apache/logging/log4j/core/layout/PatternLayout.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -744,7 +744,7 @@ public Builder withNoConsoleNoAnsi(final boolean noConsoleNoAnsi) {
744744

745745
/**
746746
* @param header
747-
* The footer to place at the top of the document, once.
747+
* The header to place at the top of the document, once.
748748
*/
749749
public Builder withHeader(final String header) {
750750
this.header = header;

0 commit comments

Comments
 (0)