Skip to content

Commit 79f00f1

Browse files
authored
Fixed minor typo in last change (apache#3369)
1 parent 0bf9aef commit 79f00f1

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/config/LoggerConfig.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -954,7 +954,7 @@ public B withtFilter(final Filter filter) {
954954
return asBuilder();
955955
}
956956

957-
public B withFilter(final Filter filterr) {
957+
public B withFilter(final Filter filter) {
958958
this.filter = filter;
959959
return asBuilder();
960960
}

0 commit comments

Comments
 (0)