Sho SHIMIZU
Committed by Gerrit Code Review

Remove blank lines

Change-Id: I92516542d431fb14582fc35786cce6d444d9d201
...@@ -513,13 +513,10 @@ public class FlowRuleManager ...@@ -513,13 +513,10 @@ public class FlowRuleManager
513 private Set<DeviceId> pendingDevices; 513 private Set<DeviceId> pendingDevices;
514 514
515 public FlowOperationsProcessor(FlowRuleOperations ops) { 515 public FlowOperationsProcessor(FlowRuleOperations ops) {
516 -
517 this.stages = Lists.newArrayList(ops.stages()); 516 this.stages = Lists.newArrayList(ops.stages());
518 this.context = ops.callback(); 517 this.context = ops.callback();
519 this.fops = ops; 518 this.fops = ops;
520 pendingDevices = Sets.newConcurrentHashSet(); 519 pendingDevices = Sets.newConcurrentHashSet();
521 -
522 -
523 } 520 }
524 521
525 @Override 522 @Override
......