Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dev' into feature/jackson-mapper
Browse files Browse the repository at this point in the history
  • Loading branch information
rainbowdashlabs committed May 25, 2024
2 parents c9a6c33 + a0fcb4e commit 88cf440
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
import java.sql.ResultSetMetaData;
import java.sql.SQLException;
import java.sql.Timestamp;
import java.time.Instant;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.LinkedHashMap;
Expand All @@ -25,7 +24,6 @@
import java.util.UUID;
import java.util.stream.Collectors;

import static de.chojo.sadu.mapper.reader.StandardReader.INSTANT_FROM_TIMESTAMP;
import static de.chojo.sadu.mapper.reader.StandardReader.UUID_FROM_BYTES;
import static de.chojo.sadu.mapper.reader.StandardReader.UUID_FROM_STRING;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@

/**
* A value converter that serves as an {@link AdapterMapping} and {@link ValueReader}
*
* @param <T> The Java type that is handled
* @param <V> The intermediate SQL type that is sent to the database
*/
Expand Down

0 comments on commit 88cf440

Please sign in to comment.