X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=restconf%2Frestconf-nb-rfc8040%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Frestconf%2Fnb%2Frfc8040%2Fhandlers%2FNotificationServiceHandler.java;h=82513d9acd16122c81a1f32cd7b3946c654fde9e;hb=b7537d2482ffb05582749ce80a7ca44c64a5ad6c;hp=30e5ced570f483739cd7ce6081e1d3eda1c1ced2;hpb=e0348041c1759f520f1f2993cc139647a41fb29e;p=netconf.git diff --git a/restconf/restconf-nb-rfc8040/src/main/java/org/opendaylight/restconf/nb/rfc8040/handlers/NotificationServiceHandler.java b/restconf/restconf-nb-rfc8040/src/main/java/org/opendaylight/restconf/nb/rfc8040/handlers/NotificationServiceHandler.java index 30e5ced570..82513d9acd 100644 --- a/restconf/restconf-nb-rfc8040/src/main/java/org/opendaylight/restconf/nb/rfc8040/handlers/NotificationServiceHandler.java +++ b/restconf/restconf-nb-rfc8040/src/main/java/org/opendaylight/restconf/nb/rfc8040/handlers/NotificationServiceHandler.java @@ -7,7 +7,7 @@ */ package org.opendaylight.restconf.nb.rfc8040.handlers; -import org.opendaylight.controller.md.sal.dom.api.DOMNotificationService; +import org.opendaylight.mdsal.dom.api.DOMNotificationService; public class NotificationServiceHandler implements Handler {