Removed unused imports
This commit is contained in:
parent
7ae97a8324
commit
b2f3540401
@ -95,7 +95,6 @@ import java.sql.PreparedStatement;
|
||||
import java.sql.ResultSet;
|
||||
import java.sql.SQLException;
|
||||
import java.sql.Statement;
|
||||
import java.sql.Wrapper;
|
||||
import java.time.Instant;
|
||||
import java.time.OffsetDateTime;
|
||||
import java.time.OffsetTime;
|
||||
|
||||
@ -40,7 +40,6 @@ package org.jooq.impl;
|
||||
import static org.jooq.Clause.CONDITION;
|
||||
import static org.jooq.Clause.CONDITION_COMPARISON;
|
||||
import static org.jooq.impl.Keywords.K_FALSE;
|
||||
import static org.jooq.impl.Keywords.K_TRUE;
|
||||
import static org.jooq.impl.TrueCondition.NO_SUPPORT_BOOLEAN;
|
||||
|
||||
import org.jooq.Clause;
|
||||
|
||||
@ -40,7 +40,6 @@ package org.jooq.impl;
|
||||
import static org.jooq.SQLDialect.H2;
|
||||
// ...
|
||||
import static org.jooq.impl.DSL.asterisk;
|
||||
import static org.jooq.impl.DSL.function;
|
||||
import static org.jooq.impl.DSL.inline;
|
||||
import static org.jooq.impl.DSL.jsonEntry;
|
||||
import static org.jooq.impl.DSL.jsonObject;
|
||||
@ -68,8 +67,6 @@ import org.jooq.Name;
|
||||
// ...
|
||||
import org.jooq.impl.JSONNull.JSONNullType;
|
||||
|
||||
import org.jetbrains.annotations.NotNull;
|
||||
|
||||
|
||||
/**
|
||||
* The JSON array constructor.
|
||||
|
||||
@ -45,7 +45,6 @@ import java.util.Collection;
|
||||
import org.jooq.BetweenAndStepN;
|
||||
import org.jooq.Comparator;
|
||||
import org.jooq.Condition;
|
||||
import org.jooq.DataType;
|
||||
import org.jooq.Field;
|
||||
import org.jooq.QuantifiedSelect;
|
||||
import org.jooq.Record;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user