[jOOQ/jOOQ#13288] Re-generate code

This commit is contained in:
Lukas Eder 2022-03-16 12:14:53 +01:00
parent f316d6daf0
commit b3f4dc01a2

View File

@ -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);
}