Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Simonstrator
API
Commits
b1fbea47
Commit
b1fbea47
authored
Aug 24, 2016
by
Roland Kluge
Browse files
Fix warning
parent
a8376f5c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/de/tudarmstadt/maki/simonstrator/api/component/topology/OperationalEdge.java
View file @
b1fbea47
...
...
@@ -96,7 +96,7 @@ public class OperationalEdge extends DirectedEdge {
public
IEdge
getEdge
()
{
return
Graphs
.
createDirectedWeightedEdge
(
this
.
fromId
(),
this
.
toId
(),
this
.
get
Weight
(
));
this
.
get
Property
(
GenericGraphElementProperties
.
WEIGHT
));
}
@Override
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment