[jOOQ/jOOQ#8528] Unused annotation

This commit is contained in:
Lukas Eder 2019-12-10 16:06:23 +01:00
parent 23e94bf403
commit a5aac20b8c

View File

@ -1636,7 +1636,6 @@ final class DDLInterpreter {
}
}
@SuppressWarnings("unused")
private final class MutableSequence extends MutableNamed {
MutableSchema schema;
Field<? extends Number> startWith;