Remove static state from TlsAllowedDevicesMonitorImpl 72/104272/4
authorRobert Varga <robert.varga@pantheon.tech>
Mon, 6 Feb 2023 15:17:25 +0000 (16:17 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Mon, 6 Feb 2023 20:34:20 +0000 (21:34 +0100)
commitb282860968f974b578a0e307341cadd44108e422
tree82e162ad7d9c11082d118b8522b4cedaea11805c
parentb4a53f0a27e00309ba4ef1fbbe2fece33fc97ca6
Remove static state from TlsAllowedDevicesMonitorImpl

Using static maps will end up retaining information even after we have
restarted this class. Make sure the information gets removed by tying
the maps to a particular instance.

JIRA: NETCONF-949
Change-Id: I941d876c8a834b2db9a257ac258685cbca29dbe8
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
apps/callhome-provider/src/main/java/org/opendaylight/netconf/callhome/mount/tls/TlsAllowedDevicesMonitorImpl.java