Migrate table-miss-enforcer to use Uint types 38/92338/1
authorRobert Varga <robert.varga@pantheon.tech>
Mon, 31 Aug 2020 11:51:59 +0000 (13:51 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Mon, 31 Aug 2020 12:07:46 +0000 (14:07 +0200)
commite241856b03c9701ab10a52c75ec1ad172cd28e49
treea6016905c0f65937565157dac00127b61c97b00c
parent0073747d4d94fc5bb387e34463a1bcc78fec8191
Migrate table-miss-enforcer to use Uint types

There are a few callers of legacy methods here, migrate them.

Eclipse is also flagging Map.get(0) as unlikely -- which is accurate
and means the test is not verify things completely.

JIRA: OPNFLWPLUG-1099
Change-Id: I47ddec6b39a6e0f789d4da1c88bf9e00832d7150
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
applications/table-miss-enforcer/src/main/java/org/opendaylight/openflowplugin/applications/tablemissenforcer/LLDPPacketPuntEnforcer.java
applications/table-miss-enforcer/src/test/java/org/opendaylight/openflowplugin/applications/tablemissenforcer/LLDPDataTreeChangeListenerTest.java