206207208209210211212213
if (currentDiff != null) { currentDiff.end(); diffs.add(new StepDiff(currentGraph.getStep(), currentDiff)); } currentDiff = new GraphDiff(); currentDiff.start(currentGraph); }