Skip to content
Snippets Groups Projects
Commit 569ae991 authored by User expired's avatar User expired
Browse files

changed to string (should be a bit faster now)

parent fd4c9476
No related branches found
No related tags found
No related merge requests found
......@@ -112,7 +112,7 @@ public class NodeConnection {
@Override
public String toString() {
return "NodeConnection [sourceNode=" + sourceNode + "]";
return "NodeConnection [sourceNode(id)=" + sourceNode.getId() + "]";
}
// Private static methods
......
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