Update data-generator
This commit is contained in:
parent
e1b252f09e
commit
673b885366
@ -1475,7 +1475,7 @@ public class SourcesGenerator {
|
|||||||
Family toFamily = typeFamily.get(toTypeName);
|
Family toFamily = typeFamily.get(toTypeName);
|
||||||
TypeName toType = nextVersionTypeTypes.get(toTypeName);
|
TypeName toType = nextVersionTypeTypes.get(toTypeName);
|
||||||
Objects.requireNonNull(toType,
|
Objects.requireNonNull(toType,
|
||||||
"Type " + toTypeName + " is unknown in version " + nextVersion.orElse(null)
|
"Type " + key + "." + toTypeName + " is unknown in version " + nextVersion.orElse(null)
|
||||||
);
|
);
|
||||||
TypeName toTypeBoxed = toType.isPrimitive() ? toType.box() : toType;
|
TypeName toTypeBoxed = toType.isPrimitive() ? toType.box() : toType;
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user