Commit 96ad7177 authored by Christoph Storm's avatar Christoph Storm
Browse files

clone currentView -graph, so each requester gets a different object

parent 0d0f5448
...@@ -643,7 +643,7 @@ public class DefaultTopologyComponent implements TopologyComponent { ...@@ -643,7 +643,7 @@ public class DefaultTopologyComponent implements TopologyComponent {
*/ */
public Graph getLocalView() { public Graph getLocalView() {
recalculateLocalView(); recalculateLocalView();
return currentView; return currentView.clone();
} }
@Override @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