Sho SHIMIZU
Committed by Gerrit Code Review

Remove unnecessary boxing

Change-Id: I37c6490aef820ad2e3cd480cc90d9b6d988c45bd
......@@ -555,7 +555,7 @@ public class FlowRuleManager
for (DeviceId deviceId : perDeviceBatches.keySet()) {
Long id = idGenerator.getNewId();
long id = idGenerator.getNewId();
final FlowRuleBatchOperation b = new FlowRuleBatchOperation(perDeviceBatches.get(deviceId),
deviceId, id);
pendingFlowOperations.put(id, this);
......