Skip to content

Commit afca580

Browse files
mernstrgoers
authored andcommitted
Fix PatternLayout.Builder#withHeader() javadoc (#1411)
1 parent 563ef53 commit afca580

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -659,7 +659,7 @@ public Builder setNoConsoleNoAnsi(final boolean noConsoleNoAnsi) {
659659

660660
/**
661661
* @param header
662-
* The footer to place at the top of the document, once.
662+
* The header to place at the top of the document, once.
663663
*/
664664
public Builder setHeader(final String header) {
665665
this.header = header;

0 commit comments

Comments
 (0)