Fix incomplete implementation of SummationGenerator.Serializer.serialize
This commit is contained in:
parent
31b1023c6e
commit
856de95cea
|
|
@ -50,6 +50,7 @@ public record SummationGenerator(NumberProvider[] providers) implements NumberPr
|
|||
for (var provider : value.providers) {
|
||||
array.add(ctx.serialize(provider, NumberProvider.class));
|
||||
}
|
||||
json.add("values", array);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user