diff --git a/src/main/java/net/floodlightcontroller/forwarding/Forwarding.java b/src/main/java/net/floodlightcontroller/forwarding/Forwarding.java index 40f94014248ebb04bbcbf436665464df24eccb22..90ce4f502543b91327b3c6df99586c9aa1390adc 100644 --- a/src/main/java/net/floodlightcontroller/forwarding/Forwarding.java +++ b/src/main/java/net/floodlightcontroller/forwarding/Forwarding.java @@ -190,8 +190,8 @@ public class Forwarding extends ForwardingBase implements IFloodlightModule { /** * Creates a OFPacketOut with the OFPacketIn data that is flooded on all ports unless * the port is blocked, in which case the packet will be dropped. + * @param sw The switch that receives the OFPacketIn * @param pi The OFPacketIn that came to the switch - * @param decision The Forwarding decision * @param cntx The FloodlightContext associated with this OFPacketIn */ protected void doFlood(IOFSwitch sw, OFPacketIn pi, FloodlightContext cntx) {