Skip to content

Commit

Permalink
Replace TODO with GH Issue #2
Browse files Browse the repository at this point in the history
  • Loading branch information
neiser committed Nov 30, 2020
1 parent 13c867b commit 8428d1d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ public class DefaultJava8TimeInitialSchemaBuilder implements Java8TimeInitialSch
@Override
public InitialSchema buildFromType(JavaType javaType, AnnotationsSupplier annotationsSupplier, Resolver resolver) {
Class<?> rawClass = javaType.getRawClass();
// TODO maybe improve with static map and add more time types?
if (rawClass.equals(Instant.class)) {
Format format = getFormat(WRITE_DATES_AS_TIMESTAMPS);
Schema.SchemaBuilder schemaBuilder = createSchemaBuilderWithType(format);
Expand Down

0 comments on commit 8428d1d

Please sign in to comment.