Remove ListenerRegistry.getRegistrations() 53/88153/1
authorRobert Varga <robert.varga@pantheon.tech>
Sat, 29 Feb 2020 10:44:17 +0000 (11:44 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Sat, 29 Feb 2020 10:44:17 +0000 (11:44 +0100)
commit37df6c5ab6f1a06ad5a64c0f97f2a24670a35031
tree621dfaa0b569e3fb3fdc89d7cd3c204fe20900b9
parentb392686404489349e7c25a9064a9a56e72ac609a
Remove ListenerRegistry.getRegistrations()

Disconnect the class from Collection API, so that its footprint
is reduced. It also makes it clear that registrations are just
a pass-through API.

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