Skip to content
Snippets Groups Projects
Commit 8f1a5674 authored by Kanzhe Jiang's avatar Kanzhe Jiang
Browse files

fix warnings

parent 403e4a49
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,6 @@ import net.floodlightcontroller.core.IInfoProvider;
import net.floodlightcontroller.core.IOFMessageListener;
import net.floodlightcontroller.core.IOFSwitch;
import net.floodlightcontroller.core.IFloodlightProviderService.Role;
import net.floodlightcontroller.core.IListener.Command;
import net.floodlightcontroller.core.module.FloodlightModuleContext;
import net.floodlightcontroller.core.module.IFloodlightModule;
import net.floodlightcontroller.core.module.IFloodlightService;
......@@ -674,14 +673,6 @@ public class DeviceManagerImpl implements
Map<String, String> removedControllerNodeIPs) {
// no-op
}
// **********************
// IFlowReconcileListener
// **********************
public Command reconcileFlows(ArrayList<OFMatchReconcile> ofmRcList, FloodlightContext cntx) {
return Command.CONTINUE;
}
// ****************
// Internal methods
......
......@@ -2,7 +2,6 @@ package net.floodlightcontroller.flowcache;
import java.util.ArrayList;
import net.floodlightcontroller.core.FloodlightContext;
import net.floodlightcontroller.core.IListener;
import org.openflow.protocol.OFType;
......@@ -37,10 +36,6 @@ public interface IFlowReconcileListener extends IListener<OFType> {
* further. In this case the no reconciled flow-mods would
* be programmed
*/
<<<<<<< HEAD
public Command reconcileFlows(ArrayList<OFMatchReconcile> ofmRcList);
=======
public Command reconcileFlows(ArrayList<OFMatchReconcile> ofmRcList, FloodlightContext cntx);
>>>>>>> 764be04... remove switchDpid from OFMatch
}
......@@ -43,7 +43,6 @@ import net.floodlightcontroller.routing.IRoutingDecision;
import net.floodlightcontroller.routing.IRoutingService;
import net.floodlightcontroller.routing.Route;
import net.floodlightcontroller.topology.ITopologyService;
import net.floodlightcontroller.topology.TopologyManager;
import org.openflow.protocol.OFFlowMod;
import org.openflow.protocol.OFMatch;
......
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