Fixed table metamorphing

This commit is contained in:
Alexander Nozik 2018-02-12 15:19:17 +03:00
parent 82d434c5c1
commit 9a2bf6350f
2 changed files with 2 additions and 2 deletions

View File

@ -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
}

View File

@ -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);