Commit b1fbea47 authored by Roland Kluge's avatar Roland Kluge
Browse files

Fix warning

parent a8376f5c
......@@ -96,7 +96,7 @@ public class OperationalEdge extends DirectedEdge {
public IEdge getEdge() {
return Graphs.createDirectedWeightedEdge(this.fromId(), this.toId(),
this.getWeight());
this.getProperty(GenericGraphElementProperties.WEIGHT));
}
@Override
......
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