mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-16 09:51:38 +02:00
Use diamond operator to simplify the code
Change-Id: Ia1e02131817a94e2ca86a0bb51924e11d14742e0
This commit is contained in:
parent
fce9d4c211
commit
d4df608ff0
@ -449,7 +449,7 @@ public class FlowRuleManager
|
||||
Multimap<DeviceId, FlowRuleBatchEntry> batches) {
|
||||
this.futures = futures;
|
||||
this.batches = batches;
|
||||
state = new AtomicReference<FlowRuleManager.BatchState>();
|
||||
state = new AtomicReference<>();
|
||||
state.set(BatchState.STARTED);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user