Skip to content

Commit

Permalink
Remove method to write timestamp from LocalDate
Browse files Browse the repository at this point in the history
  • Loading branch information
popematt committed Nov 27, 2023
1 parent 403cacc commit 4a2c25b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/main/java/com/amazon/ion/impl/IonWriter_1_1.kt
Original file line number Diff line number Diff line change
Expand Up @@ -175,9 +175,6 @@ interface IonWriter_1_1 {
*/
fun writeTimestamp(value: Timestamp)

/** Writes an Ion timestamp with Days precision */
fun writeTimestamp(value: LocalDate)

/** Writes an Ion timestamp with 0 offset (UTC) and nanosecond precision. */
fun writeTimestamp(value: Instant)

Expand Down

0 comments on commit 4a2c25b

Please sign in to comment.