Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ public static ObjectMapper newCborServerObjectMapper() {
* <li>Deserializing a null for a primitive field will throw an exception.
* </ul>
*/
@SuppressWarnings("for-rollout:deprecation")
public static ObjectMapper withDefaultModules(ObjectMapper mapper) {
return mapper.registerModule(new GuavaModule())
.registerModule(new ShimJdk7Module())
Expand Down