Skip to content

Commit 95a9936

Browse files
Excavator: Remove calls to deprecated APIs
1 parent 4b4a80f commit 95a9936

File tree

1 file changed

+0
-1
lines changed
  • extras/jackson-support/src/main/java/com/palantir/conjure/java/api/ext/jackson

1 file changed

+0
-1
lines changed

extras/jackson-support/src/main/java/com/palantir/conjure/java/api/ext/jackson/ObjectMappers.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ public static ObjectMapper newCborServerObjectMapper() {
9696
* <li>Deserializing a null for a primitive field will throw an exception.
9797
* </ul>
9898
*/
99-
@SuppressWarnings("for-rollout:deprecation")
10099
public static ObjectMapper withDefaultModules(ObjectMapper mapper) {
101100
return mapper.registerModule(new GuavaModule())
102101
.registerModule(new ShimJdk7Module())

0 commit comments

Comments
 (0)