Fixed table metamorphing
This commit is contained in:
parent
82d434c5c1
commit
9a2bf6350f
@ -99,7 +99,7 @@ class TransformDataAction : OneToOneAction<Table, Table>() {
|
||||
val res = table.addColumn(ListColumn.build(table.getColumn(COUNT_RATE_KEY).format, cr.stream()))
|
||||
.addColumn(ListColumn.build(table.getColumn(COUNT_RATE_ERROR_KEY).format, crErr.stream()))
|
||||
|
||||
context.io.output(name, name).push(NumassUtils.wrap(res, meta))
|
||||
context.io.output(name, getName()).push(NumassUtils.wrap(res, meta))
|
||||
return res
|
||||
}
|
||||
|
||||
|
@ -24,7 +24,7 @@ public class ServerRunner extends SimpleConfigurable implements AutoCloseable {
|
||||
// private static final String NUMASS_REPO_PATH_PROPERTY = "numass.repository.path";
|
||||
NumassStorage root;
|
||||
NumassServer listener;
|
||||
Context context = Global.Companion.getContext("NUMASS_SERVER");
|
||||
Context context = Global.INSTANCE.getContext("NUMASS_SERVER");
|
||||
|
||||
public ServerRunner() throws IOException, ParseException {
|
||||
// Global.instance().getPluginManager().load(StorageManager.class);
|
||||
|
Loading…
Reference in New Issue
Block a user