[jOOQ/jOOQ#10990] Fixed annotations

This commit is contained in:
Lukas Eder 2020-11-19 16:30:02 +01:00
parent 3401597eae
commit 58b82b3541

View File

@ -37,9 +37,6 @@
*/
package org.jooq;
import org.jetbrains.annotations.*;
// ...
import static org.jooq.SQLDialect.DERBY;
import static org.jooq.SQLDialect.FIREBIRD;
@ -51,7 +48,8 @@ import static org.jooq.SQLDialect.HSQLDB;
// ...
// ...
// ...
// ...
import org.jetbrains.annotations.NotNull;
/**
* This type is used for the {@link Merge}'s DSL API.