Skip to content

Commit

Permalink
Warnings cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Jan 12, 2024
1 parent daf082c commit ff5f835
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 45 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
*/
public class AvroTypeIdResolver extends ClassNameIdResolver
{
private static final long serialVersionUID = 1L;

private final Map<String, Class<?>> _idTypes = new HashMap<>();

// 04-Jan-2021, tatu: Not sure why this is being kept around, not used as of
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,7 @@ protected TypeIdResolver defaultIdResolver(MapperConfig<?> config, JavaType base

// Extends Jackson's ClassNameIdResolver to add superclass names, recursively
class MultipleClassNameIdResolver extends ClassNameIdResolver implements MultipleTypeIdResolver {
private static final long serialVersionUID = 1L;

MultipleClassNameIdResolver(JavaType baseType, TypeFactory typeFactory,
PolymorphicTypeValidator ptv) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
import java.math.BigInteger;

import com.fasterxml.jackson.core.*;
import com.fasterxml.jackson.core.JsonParser.NumberTypeFP;
import com.fasterxml.jackson.core.base.ParserMinimalBase;
import com.fasterxml.jackson.core.io.IOContext;
import com.fasterxml.jackson.core.io.ContentReference;
Expand Down

0 comments on commit ff5f835

Please sign in to comment.