Skip to content

Commit dab29a1

Browse files
Excavator: Remove calls to deprecated APIs
1 parent bfa08ac commit dab29a1

File tree

1 file changed

+0
-1
lines changed
  • witchcraft-logging-formatting/src/main/java/com/palantir/witchcraft/java/logging/format

1 file changed

+0
-1
lines changed

witchcraft-logging-formatting/src/main/java/com/palantir/witchcraft/java/logging/format/LogParser.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ public final class LogParser<T> {
5757
+ LOG_TYPES.stream().map(Pattern::quote).collect(Collectors.joining("|")) + ")\".*?}";
5858
private static final Pattern WITCHCRAFT_LOG_PATTERN = Pattern.compile(WITCHCRAFT_LOG_PATTERN_STRING);
5959

60-
@SuppressWarnings("for-rollout:deprecation")
6160
private static final ObjectMapper OBJECT_MAPPER = new ObjectMapper()
6261
.registerModule(new Jdk8Module().configureAbsentsAsNulls(true))
6362
.registerModule(new JavaTimeModule())

0 commit comments

Comments
 (0)