[jOOQ/jOOQ#8950] Fixed DB2 support annotation

This commit is contained in:
Lukas Eder 2020-04-16 16:54:29 +02:00
parent a86fbe412f
commit 61e13c13d7

View File

@ -37,6 +37,7 @@
*/
package org.jooq;
// ...
import static org.jooq.SQLDialect.MYSQL;
// ...
import static org.jooq.SQLDialect.POSTGRES;