Skip to content

Commit e48e1b3

Browse files
Excavator: Remove calls to deprecated APIs
1 parent 5182eff commit e48e1b3

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

conjure-python-core/src/test/java/com/palantir/conjure/python/ConjurePythonGeneratorTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ private void maybeResetExpectedDirectory(Path expected, ConjureDefinition defini
9393
}
9494
}
9595

96-
@SuppressWarnings("for-rollout:deprecation")
9796
private ConjureDefinition getInputDefinitions(Path folder) throws IOException {
9897
Files.createDirectories(folder);
9998
try (Stream<Path> walk = Files.walk(folder)) {

conjure-python/src/main/java/com/palantir/conjure/python/cli/ConjurePythonCli.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ public void run() {
5252
mixinStandardHelpOptions = true,
5353
usageHelpWidth = 120)
5454
public static final class GenerateCommand implements Runnable {
55-
@SuppressWarnings("for-rollout:deprecation")
5655
private static final ObjectMapper OBJECT_MAPPER = new ObjectMapper()
5756
.registerModule(new Jdk8Module())
5857
.setSerializationInclusion(JsonInclude.Include.NON_ABSENT);

0 commit comments

Comments
 (0)