Skip to content
Snippets Groups Projects
Commit c806e1df authored by kwanggithub's avatar kwanggithub
Browse files

Fix Tabs in PortDownReconcilation and Test files.

parent b321114e
No related branches found
No related tags found
No related merge requests found
......@@ -154,8 +154,8 @@ public class PortDownReconciliation implements IFloodlightModule,
@Override
public void startUp(FloodlightModuleContext context) {
topology.addListener((ITopologyListener) this);
frm.addFlowReconcileListener((IFlowReconcileListener) this);
topology.addListener(this);
frm.addFlowReconcileListener(this);
}
@Override
......
......@@ -103,7 +103,8 @@ public class PortDownReconciliationTest extends FloodlightTestCase {
protected FloodlightContext cntx;
protected List<OFStatistics> statsReply;
@Before
@Override
@Before
public void setUp() throws Exception {
super.setUp();
......
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