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.
1 parent dd1ff85 commit 18449f7Copy full SHA for 18449f7
log4j-core/src/main/java/org/apache/logging/log4j/core/filter/StringMatchFilter.java
@@ -65,7 +65,6 @@ private StringMatchFilter(final Builder builder) {
65
} else {
66
throw new IllegalArgumentException("The 'text' argument must not be null or empty.");
67
}
68
-
69
70
71
/**
@@ -573,7 +572,6 @@ public Builder setText(final String text) {
573
572
LOGGER.error("Unable to create StringMatchFilter: {}", ex.getMessage(), ex);
574
return null;
575
576
577
578
579
0 commit comments