Skip to content

Commit 4013984

Browse files
committed
Fix Javadoc
Fix Javadoc for method org.apache.logging.log4j.core.filter.StringMatchFilter.Builder.setMatchString(String)
1 parent 9c6b60a commit 4013984

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -240,9 +240,9 @@ public static class Builder extends AbstractFilterBuilder<StringMatchFilter.Buil
240240
private String text = "";
241241

242242
/**
243-
* Sets the text to match.
244-
* @param text the text to match.
245-
* @return this
243+
* Sets the text to search in event messages.
244+
* @param text the text to search in event messages.
245+
* @return this instance.
246246
*/
247247
public StringMatchFilter.Builder setMatchString(final String text) {
248248
this.text = text;

0 commit comments

Comments
 (0)