Skip to content

Commit

Permalink
Fixed minor typo in last change (apache#3369)
Browse files Browse the repository at this point in the history
  • Loading branch information
JWT007 authored Jan 8, 2025
1 parent 0bf9aef commit 79f00f1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -954,7 +954,7 @@ public B withtFilter(final Filter filter) {
return asBuilder();
}

public B withFilter(final Filter filterr) {
public B withFilter(final Filter filter) {
this.filter = filter;
return asBuilder();
}
Expand Down

0 comments on commit 79f00f1

Please sign in to comment.