Sho SHIMIZU
Committed by Gerrit Code Review

Remove blank lines

Change-Id: I92516542d431fb14582fc35786cce6d444d9d201
......@@ -513,13 +513,10 @@ public class FlowRuleManager
private Set<DeviceId> pendingDevices;
public FlowOperationsProcessor(FlowRuleOperations ops) {
this.stages = Lists.newArrayList(ops.stages());
this.context = ops.callback();
this.fops = ops;
pendingDevices = Sets.newConcurrentHashSet();
}
@Override
......