Skip to content

Commit 250f383

Browse files
committed
Format : Remove redundant line
1 parent 5591414 commit 250f383

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

datetime/src/main/java/com/fasterxml/jackson/datatype/jsr310/deser/InstantDeserializer.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ private static OffsetDateTime decimalToOffsetDateTime(FromDecimalArguments args)
7979
return OffsetDateTime.ofInstant(Instant.ofEpochSecond(args.integer, args.fraction), args.zoneId);
8080
}
8181

82-
8382
public static final InstantDeserializer<Instant> INSTANT = new InstantDeserializer<>(
8483
Instant.class, DateTimeFormatter.ISO_INSTANT,
8584
Instant::from,

0 commit comments

Comments
 (0)