Still javac 8 compiler hiccups
This commit is contained in:
parent
d21c6f2261
commit
848b2b9b8a
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user