[#5196] Remove type reference

This commit is contained in:
lukaseder 2018-04-26 14:41:06 +02:00
parent c4476fd15c
commit 26983fb28f

View File

@ -64,7 +64,7 @@ import org.jooq.types.UShort;
import org.jooq.types.YearToMonth;
// ...
// ...
import org.jooq.util.auroramysql.AuroraMySQLDataType;
// ...
import org.jooq.util.cubrid.CUBRIDDataType;
// ...
import org.jooq.util.derby.DerbyDataType;