diff --git a/conjure-python-core/src/test/java/com/palantir/conjure/python/ConjurePythonGeneratorTest.java b/conjure-python-core/src/test/java/com/palantir/conjure/python/ConjurePythonGeneratorTest.java index bd307bf23..588a18012 100644 --- a/conjure-python-core/src/test/java/com/palantir/conjure/python/ConjurePythonGeneratorTest.java +++ b/conjure-python-core/src/test/java/com/palantir/conjure/python/ConjurePythonGeneratorTest.java @@ -93,7 +93,6 @@ private void maybeResetExpectedDirectory(Path expected, ConjureDefinition defini } } - @SuppressWarnings("for-rollout:deprecation") private ConjureDefinition getInputDefinitions(Path folder) throws IOException { Files.createDirectories(folder); try (Stream walk = Files.walk(folder)) { diff --git a/conjure-python/src/main/java/com/palantir/conjure/python/cli/ConjurePythonCli.java b/conjure-python/src/main/java/com/palantir/conjure/python/cli/ConjurePythonCli.java index 06bed7251..f46d25921 100644 --- a/conjure-python/src/main/java/com/palantir/conjure/python/cli/ConjurePythonCli.java +++ b/conjure-python/src/main/java/com/palantir/conjure/python/cli/ConjurePythonCli.java @@ -52,7 +52,6 @@ public void run() { mixinStandardHelpOptions = true, usageHelpWidth = 120) public static final class GenerateCommand implements Runnable { - @SuppressWarnings("for-rollout:deprecation") private static final ObjectMapper OBJECT_MAPPER = new ObjectMapper() .registerModule(new Jdk8Module()) .setSerializationInclusion(JsonInclude.Include.NON_ABSENT);