Skip to content
Snippets Groups Projects
Commit 6205ef23 authored by Volkan Yazıcı's avatar Volkan Yazıcı
Browse files

deviceKeyCounter is replaced with an AtomicInteger.

In floodlight/floodlight@76007c4, deviceKeyCounter is replaced with an AtomicInteger.
parent 76007c4c
No related branches found
No related tags found
No related merge requests found
......@@ -964,7 +964,7 @@ public class DeviceManagerImplTest extends FloodlightTestCase {
Integer ipaddr = IPv4.toIPv4Address("192.168.1.1");
Device device =
new Device(deviceManager,
new Long(deviceManager.deviceKeyCounter),
deviceManager.deviceKeyCounter.get(),
new Entity(Ethernet.toLong(deviceMac),
(short)5,
ipaddr,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment