Skip to content
Snippets Groups Projects
Commit f023462d authored by Rob Adams's avatar Rob Adams
Browse files

Fix bad merge

parent 146dd54a
No related branches found
No related tags found
No related merge requests found
...@@ -230,14 +230,12 @@ public class TopologyManager implements ...@@ -230,14 +230,12 @@ public class TopologyManager implements
@Override @Override
public Set<NodePortTuple> getBroadcastDomainLinks() { public Set<NodePortTuple> getBroadcastDomainLinks() {
// TODO Auto-generated method stub return portBroadcastDomainLinks.keySet();
return null;
} }
@Override @Override
public Set<NodePortTuple> getTunnelLinks() { public Set<NodePortTuple> getTunnelLinks() {
// TODO Auto-generated method stub return tunnelLinks.keySet();
return null;
} }
// *************** // ***************
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment