X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=nbinotifications%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Ftransportpce%2Fnbinotifications%2Fimpl%2Frpc%2FGetNotificationSubscriptionServiceDetailsImpl.java;h=150616b17e0ee08dc06f16fa8d0907842842c335;hb=d9ef75efa4ff5164c84d1d1e62ac1d4a7e21ab6a;hp=f75efe2291ef9d64a685099b67ea3b8e789ac937;hpb=198afc243c98aedfc5b30b93c1a5e3052d30868c;p=transportpce.git diff --git a/nbinotifications/src/main/java/org/opendaylight/transportpce/nbinotifications/impl/rpc/GetNotificationSubscriptionServiceDetailsImpl.java b/nbinotifications/src/main/java/org/opendaylight/transportpce/nbinotifications/impl/rpc/GetNotificationSubscriptionServiceDetailsImpl.java index f75efe229..150616b17 100644 --- a/nbinotifications/src/main/java/org/opendaylight/transportpce/nbinotifications/impl/rpc/GetNotificationSubscriptionServiceDetailsImpl.java +++ b/nbinotifications/src/main/java/org/opendaylight/transportpce/nbinotifications/impl/rpc/GetNotificationSubscriptionServiceDetailsImpl.java @@ -8,7 +8,7 @@ package org.opendaylight.transportpce.nbinotifications.impl.rpc; import com.google.common.util.concurrent.ListenableFuture; -import org.opendaylight.transportpce.nbinotifications.impl.NbiNotificationsImpl; +import org.opendaylight.transportpce.nbinotifications.impl.NbiNotificationsProvider; import org.opendaylight.yang.gen.v1.urn.onf.otcc.yang.tapi.common.rev221121.Uuid; import org.opendaylight.yang.gen.v1.urn.onf.otcc.yang.tapi.notification.rev221121.GetNotificationSubscriptionServiceDetails; import org.opendaylight.yang.gen.v1.urn.onf.otcc.yang.tapi.notification.rev221121.GetNotificationSubscriptionServiceDetailsInput; @@ -26,9 +26,9 @@ import org.slf4j.LoggerFactory; public class GetNotificationSubscriptionServiceDetailsImpl implements GetNotificationSubscriptionServiceDetails { private static final Logger LOG = LoggerFactory.getLogger(GetNotificationSubscriptionServiceDetailsImpl.class); - private NbiNotificationsImpl nbiNotifications; + private NbiNotificationsProvider nbiNotifications; - public GetNotificationSubscriptionServiceDetailsImpl(NbiNotificationsImpl nbiNotifications) { + public GetNotificationSubscriptionServiceDetailsImpl(NbiNotificationsProvider nbiNotifications) { this.nbiNotifications = nbiNotifications; }