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()))
|
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()))
|
.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
|
return res
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -24,7 +24,7 @@ public class ServerRunner extends SimpleConfigurable implements AutoCloseable {
|
|||||||
// private static final String NUMASS_REPO_PATH_PROPERTY = "numass.repository.path";
|
// private static final String NUMASS_REPO_PATH_PROPERTY = "numass.repository.path";
|
||||||
NumassStorage root;
|
NumassStorage root;
|
||||||
NumassServer listener;
|
NumassServer listener;
|
||||||
Context context = Global.Companion.getContext("NUMASS_SERVER");
|
Context context = Global.INSTANCE.getContext("NUMASS_SERVER");
|
||||||
|
|
||||||
public ServerRunner() throws IOException, ParseException {
|
public ServerRunner() throws IOException, ParseException {
|
||||||
// Global.instance().getPluginManager().load(StorageManager.class);
|
// Global.instance().getPluginManager().load(StorageManager.class);
|
||||||
|
Loading…
Reference in New Issue
Block a user