Remove the final
keyword from private
method (#2276)
This commit is contained in:
parent
dcbc164cb0
commit
28affcbdb9
@ -62,7 +62,7 @@ public final class DefaultDateTypeAdapter<T extends Date> extends TypeAdapter<T>
|
||||
|
||||
protected abstract T deserialize(Date date);
|
||||
|
||||
private final TypeAdapterFactory createFactory(DefaultDateTypeAdapter<T> adapter) {
|
||||
private TypeAdapterFactory createFactory(DefaultDateTypeAdapter<T> adapter) {
|
||||
return TypeAdapters.newFactory(dateClass, adapter);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user