Skip to content

Commit c055b45

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

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
@@ -239,9 +239,9 @@ public static class Builder extends AbstractFilterBuilder<StringMatchFilter.Buil
239239
private String text = "";
240240

241241
/**
242-
* Sets the logging level to use.
243-
* @param text the logging level to use
244-
* @return this
242+
* Sets the text to search in event messages.
243+
* @param text the text to search in event messages.
244+
* @return this instance.
245245
*/
246246
public StringMatchFilter.Builder setMatchString(final String text) {
247247
this.text = text;

0 commit comments

Comments
 (0)