Skip to content
Snippets Groups Projects
Commit 2609e20f authored by Johannes Mey's avatar Johannes Mey
Browse files

do not run duplicate resolve

parent c9b455a0
Branches
No related tags found
No related merge requests found
...@@ -49,7 +49,6 @@ public class JastaddDriver extends Driver { ...@@ -49,7 +49,6 @@ public class JastaddDriver extends Driver {
File modelFile = new File(modelPath); File modelFile = new File(modelPath);
try { try {
root = RailwayContainer.deserialize(modelFile); root = RailwayContainer.deserialize(modelFile);
root.resolveAll();
} catch (DeserializationException e) { } catch (DeserializationException e) {
throw new IOException(e); throw new IOException(e);
} }
......
...@@ -49,7 +49,6 @@ public class JastaddDriver extends Driver { ...@@ -49,7 +49,6 @@ public class JastaddDriver extends Driver {
File modelFile = new File(modelPath); File modelFile = new File(modelPath);
try { try {
root = RailwayContainer.deserialize(modelFile); root = RailwayContainer.deserialize(modelFile);
root.resolveAll();
} catch (DeserializationException e) { } catch (DeserializationException e) {
throw new IOException(e); throw new IOException(e);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment