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 e8bc62e commit d15f7adCopy full SHA for d15f7ad
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