Commit f2c5edbb authored by Alexander Frömmgen's avatar Alexander Frömmgen
Browse files

Fixed bug in variable assignment

parent 496b98b4
......@@ -82,7 +82,7 @@ public final class VariableAssignment {
}
public EdgeID getLinkVariableBinding(final EdgeID edgeVariable) {
return this.getLinkVariableBinding(edgeVariable);
return this.linkBinding.get(edgeVariable);
}
public EdgeID getLinkVariableBinding(final String linkVariableId) {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment