Skip to content
Snippets Groups Projects
Commit 11062e14 authored by gakin's avatar gakin
Browse files

SSDM-5147 : Fix regression resulting from Skinny graph implementation

SVN: 38268
parent e0a3cb65
No related branches found
No related tags found
No related merge requests found
......@@ -86,7 +86,7 @@ public class EntityGraph<N extends INode>
}
}
EdgeNodePair enPair = new EdgeNodePair(edge, endNode);
// startNode.addConnection(enPair);
startNode.addConnection(enPair);
adjacencyList.add(enPair);
addNode(endNode);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment