[jOOQ/jOOQ#13288] Re-generate code
This commit is contained in:
parent
f316d6daf0
commit
b3f4dc01a2
@ -141,7 +141,7 @@ implements
|
||||
}
|
||||
|
||||
public final Function1<? super Collection<? extends Field<?>>, ? extends QOM.XMLConcat> $constructor() {
|
||||
return (a1) -> new XMLConcat(a1);
|
||||
return (a1) -> new XMLConcat((Collection<? extends Field<?>>) a1);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user