Skip to content

Commit 18449f7

Browse files
committed
Spotless fix. (#3509)
1 parent dd1ff85 commit 18449f7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ private StringMatchFilter(final Builder builder) {
6565
} else {
6666
throw new IllegalArgumentException("The 'text' argument must not be null or empty.");
6767
}
68-
6968
}
7069

7170
/**
@@ -573,7 +572,6 @@ public Builder setText(final String text) {
573572
LOGGER.error("Unable to create StringMatchFilter: {}", ex.getMessage(), ex);
574573
return null;
575574
}
576-
577575
}
578576
}
579577
}

0 commit comments

Comments
 (0)