Skip to content

Commit dd1ff85

Browse files
committed
Minor javadoc correction. (apache#3509)
1 parent 7add1f6 commit dd1ff85

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

log4j-core/src/main/java/org/apache/logging/log4j/core/filter/StringMatchFilter.java

+13-13
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ public Result filter(final LogEvent event) {
9797
* given parameters.
9898
* </p>
9999
* <p>
100-
* The following parameters are ignored by this filter method implementation:
100+
* The following method arguments are ignored by this filter method implementation:
101101
* <ul>
102102
* <li>{@code level}</li>
103103
* <li>{@code marker}</li>
@@ -124,7 +124,7 @@ public Result filter(
124124
* the filter action against this filter's match text.
125125
* </p>
126126
* <p>
127-
* The following parameters are ignored by this filter method implementation:
127+
* The following method arguments are ignored by this filter method implementation:
128128
* <ul>
129129
* <li>{@code level}</li>
130130
* <li>{@code marker}</li>
@@ -152,7 +152,7 @@ public Result filter(
152152
* formatted message.
153153
* </p>
154154
* <p>
155-
* The following parameters are ignored by this filter method implementation:
155+
* The following method arguments are ignored by this filter method implementation:
156156
* <ul>
157157
* <li>{@code logger}</li>
158158
* <li>{@code level}</li>
@@ -187,7 +187,7 @@ public Result filter(
187187
* given parameters.
188188
* </p>
189189
* <p>
190-
* The following parameters are ignored by this filter method implementation:
190+
* The following method arguments are ignored by this filter method implementation:
191191
* <ul>
192192
* <li>{@code level}</li>
193193
* <li>{@code marker}</li>
@@ -214,7 +214,7 @@ public Result filter(
214214
* given parameters.
215215
* </p>
216216
* <p>
217-
* The following parameters are ignored by this filter method implementation:
217+
* The following method arguments are ignored by this filter method implementation:
218218
* <ul>
219219
* <li>{@code level}</li>
220220
* <li>{@code marker}</li>
@@ -242,7 +242,7 @@ public Result filter(
242242
* given parameters.
243243
* </p>
244244
* <p>
245-
* The following parameters are ignored by this filter method implementation:
245+
* The following method arguments are ignored by this filter method implementation:
246246
* <ul>
247247
* <li>{@code level}</li>
248248
* <li>{@code marker}</li>
@@ -271,7 +271,7 @@ public Result filter(
271271
* given parameters.
272272
* </p>
273273
* <p>
274-
* The following parameters are ignored by this filter method implementation:
274+
* The following method arguments are ignored by this filter method implementation:
275275
* <ul>
276276
* <li>{@code level}</li>
277277
* <li>{@code marker}</li>
@@ -301,7 +301,7 @@ public Result filter(
301301
* given parameters.
302302
* </p>
303303
* <p>
304-
* The following parameters are ignored by this filter method implementation:
304+
* The following method arguments are ignored by this filter method implementation:
305305
* <ul>
306306
* <li>{@code level}</li>
307307
* <li>{@code marker}</li>
@@ -333,7 +333,7 @@ public Result filter(
333333
* given parameters.
334334
* </p>
335335
* <p>
336-
* The following parameters are ignored by this filter method implementation:
336+
* The following method arguments are ignored by this filter method implementation:
337337
* <ul>
338338
* <li>{@code level}</li>
339339
* <li>{@code marker}</li>
@@ -367,7 +367,7 @@ public Result filter(
367367
* given parameters.
368368
* </p>
369369
* <p>
370-
* The following parameters are ignored by this filter method implementation:
370+
* The following method arguments are ignored by this filter method implementation:
371371
* <ul>
372372
* <li>{@code level}</li>
373373
* <li>{@code marker}</li>
@@ -402,7 +402,7 @@ public Result filter(
402402
* given parameters.
403403
* </p>
404404
* <p>
405-
* The following parameters are ignored by this filter method implementation:
405+
* The following method arguments are ignored by this filter method implementation:
406406
* <ul>
407407
* <li>{@code level}</li>
408408
* <li>{@code marker}</li>
@@ -437,7 +437,7 @@ public Result filter(
437437
* given parameters.
438438
* </p>
439439
* <p>
440-
* The following parameters are ignored by this filter method implementation:
440+
* The following method arguments are ignored by this filter method implementation:
441441
* <ul>
442442
* <li>{@code level}</li>
443443
* <li>{@code marker}</li>
@@ -474,7 +474,7 @@ public Result filter(
474474
* given parameters.
475475
* </p>
476476
* <p>
477-
* The following parameters are ignored by this filter method implementation:
477+
* The following method arguments are ignored by this filter method implementation:
478478
* <ul>
479479
* <li>{@code level}</li>
480480
* <li>{@code marker}</li>

0 commit comments

Comments
 (0)