We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Filter.java
1 parent 1b46af0 commit 20dc18fCopy full SHA for 20dc18f
log4j-core/src/main/java/org/apache/logging/log4j/core/Filter.java
@@ -46,7 +46,7 @@ public interface Filter extends LifeCycle {
46
String ELEMENT_TYPE = "filter";
47
48
/**
49
- * The result that can returned from a filter method call.
+ * The result that can be returned from a filter method call.
50
*/
51
enum Result {
52
0 commit comments