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
PeerfactSim.KOM
Commits
96ad7177
Commit
96ad7177
authored
Dec 01, 2016
by
Christoph Storm
Browse files
clone currentView -graph, so each requester gets a different object
parent
0d0f5448
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/de/tud/kom/p2psim/impl/topology/DefaultTopologyComponent.java
View file @
96ad7177
...
...
@@ -643,7 +643,7 @@ public class DefaultTopologyComponent implements TopologyComponent {
*/
public
Graph
getLocalView
()
{
recalculateLocalView
();
return
currentView
;
return
currentView
.
clone
()
;
}
@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