Skip to content

Commit 20dc18f

Browse files
authored
Fix typo in Filter.java (#3561)
1 parent 1b46af0 commit 20dc18f

File tree

1 file changed

+1
-1
lines changed
  • log4j-core/src/main/java/org/apache/logging/log4j/core

1 file changed

+1
-1
lines changed

log4j-core/src/main/java/org/apache/logging/log4j/core/Filter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public interface Filter extends LifeCycle {
4646
String ELEMENT_TYPE = "filter";
4747

4848
/**
49-
* The result that can returned from a filter method call.
49+
* The result that can be returned from a filter method call.
5050
*/
5151
enum Result {
5252
/**

0 commit comments

Comments
 (0)