RegistryCodeSqlBuilder
This commit is contained in:
parent
2c00b9194b
commit
10d6ad51f1
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ public class RegistryCodeSqlBuilder {
|
|||
builder.registryCapacity = "registry_capacity";
|
||||
builder.registryUnit = "registry_unit";
|
||||
}
|
||||
return new RegistryCodeSqlBuilder(Arrays.asList(tradingParams));
|
||||
return builder;
|
||||
}
|
||||
|
||||
private RegistryCodeSqlBuilder(List<RegistryTradingParams> tradingParams) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue