Yuta HIGUCHI

fix stats reply handler

Change-Id: Ibd218affcd3c5a2f1467c0954d0ecfdfb4a20baa
...@@ -186,7 +186,7 @@ public class OpenFlowControllerImpl implements OpenFlowController { ...@@ -186,7 +186,7 @@ public class OpenFlowControllerImpl implements OpenFlowController {
186 l.switchChanged(dpid); 186 l.switchChanged(dpid);
187 } 187 }
188 } 188 }
189 - break; 189 + // fall through to invoke handler
190 case FLOW_REMOVED: 190 case FLOW_REMOVED:
191 case ERROR: 191 case ERROR:
192 case BARRIER_REPLY: 192 case BARRIER_REPLY:
......