Adjust to yangtools-2.0.0/odlparent-3.0.0 changes
[netconf.git] / restconf / restconf-nb-bierman02 / src / main / java / org / opendaylight / netconf / sal / streams / listeners / Notificator.java
index 8d7af400df6ad57ac7c4bc25a4b4e28fa97a85f0..c08a2463c32fb3a5f1f2df03c554faa1f5ff71ca 100644 (file)
@@ -25,7 +25,7 @@ import org.slf4j.LoggerFactory;
  * {@link Notificator} is responsible to create, remove and find
  * {@link ListenerAdapter} listener.
  */
-public class Notificator {
+public final class Notificator {
 
     private static Map<String, ListenerAdapter> dataChangeListener = new ConcurrentHashMap<>();
     private static Map<String, List<NotificationListenerAdapter>> notificationListenersByStreamName =