Use Uint32 for tableId in ArpUtilImpl 65/92765/4
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 29 Sep 2020 10:24:06 +0000 (12:24 +0200)
committerChetan Arakere Gowdru <chetan.arakere@altencalsoftlabs.com>
Fri, 30 Oct 2020 02:33:20 +0000 (02:33 +0000)
commite18f9a0029c7d65e1f0b7e92feefc9ed619e060f
tree22aecbebcd8b9047d805d86612c401ba2e2f56ea
parent6beffdbfb74e75f617b6d545f084abc17f388115
Use Uint32 for tableId in ArpUtilImpl

We are using Uint8->int->long->Uint32 conversions here, incurring
two warnings in the process. Use straight Uint8->Uint32 conversion.

Change-Id: I545a4dcf11d1a6d43aba786419290e212a34ee54
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
arputil/arputil-impl/src/main/java/org/opendaylight/genius/arputil/internal/ArpUtilImpl.java