Filter registered listeners 56/88156/1
authorRobert Varga <robert.varga@pantheon.tech>
Sat, 29 Feb 2020 11:18:28 +0000 (12:18 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Sat, 29 Feb 2020 11:21:49 +0000 (12:21 +0100)
commit8efcc9005424dced445a6fc78231baccdc2b9c58
tree3da8d3837375f44b512f0c3ec1335c4ec47aed3c
parentf8bbeda119615bc757165265952d1baa8b398f65
Filter registered listeners

There is a small race window where the registration could be marked
as unregistered and not removed from the map. Check that condition
before letting the listener through.

Change-Id: I1938e6459faaaadf69bc7907ba6ba71e65fe9e8f
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
common/util/src/main/java/org/opendaylight/yangtools/util/ListenerRegistry.java