Still javac 8 compiler hiccups

This commit is contained in:
Lukas Eder 2023-02-20 15:17:25 +01:00
parent d21c6f2261
commit 848b2b9b8a

View File

@ -5480,7 +5480,7 @@ public class DefaultBinding<T, U> implements Binding<T, U> {
static final class DefaultJSONBinding<U> extends InternalBinding<JSON, U> {
static final class DefaultJSONBinding<U> extends InternalBinding<org.jooq.JSON, U> {
DefaultJSONBinding(DataType<JSON> dataType, Converter<JSON, U> converter) {
super(dataType, converter);