Skip to content

Commit

Permalink
Remove unnecessary imports
Browse files Browse the repository at this point in the history
  • Loading branch information
safris committed Sep 12, 2023
1 parent a68b49c commit 8f3a988
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions jsql/src/main/java/org/jaxdb/jsql/type.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@
import java.time.LocalDateTime;
import java.time.LocalTime;

import org.jaxdb.jsql.data.Column;
import org.jaxdb.jsql.data.Table;

public interface type {
abstract static interface Key extends Serializable {
Object value(int i);
Expand Down

0 comments on commit 8f3a988

Please sign in to comment.