Skip to content

Commit 1b63bab

Browse files
committed
minor warnings cleanup
1 parent df554c6 commit 1b63bab

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/main/java/com/fasterxml/jackson/databind/type/TypeFactory.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public final class TypeFactory
5858
protected final static SimpleType CORE_TYPE_BOOL = new SimpleType(Boolean.TYPE);
5959
protected final static SimpleType CORE_TYPE_INT = new SimpleType(Integer.TYPE);
6060
protected final static SimpleType CORE_TYPE_LONG = new SimpleType(Long.TYPE);
61-
61+
6262
/**
6363
* Since type resolution can be expensive (specifically when resolving
6464
* actual generic types), we will use small cache to avoid repetitive

src/main/java/com/fasterxml/jackson/databind/util/TokenBuffer.java

+1
Original file line numberDiff line numberDiff line change
@@ -1026,6 +1026,7 @@ protected final void _appendRaw(int rawType, Object value)
10261026
}
10271027
}
10281028

1029+
@Override
10291030
protected void _reportUnsupportedOperation() {
10301031
throw new UnsupportedOperationException("Called operation not supported for TokenBuffer");
10311032
}

0 commit comments

Comments
 (0)