Skip to content
Snippets Groups Projects
Commit 78e5a9bb authored by Tor-Einar Skog's avatar Tor-Einar Skog
Browse files

Upgrade to new version of JTS, with all kinds of horrible repercussions

parent 0648e3a6
Branches
Tags
No related merge requests found
Pipeline #112 failed
...@@ -366,7 +366,6 @@ public class ManagerResourceImpl implements ManagerResource{ ...@@ -366,7 +366,6 @@ public class ManagerResourceImpl implements ManagerResource{
config.setModelId(request.getModelId()); config.setModelId(request.getModelId());
config.setConfigParameters(request.getConfigParameters()); config.setConfigParameters(request.getConfigParameters());
// Call the backend service, run the model // Call the backend service, run the model
Response resp = this.getModelResource().runModel(modelId, config); Response resp = this.getModelResource().runModel(modelId, config);
// Log a bit // Log a bit
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment