Migrate restconf to MD-SAL APIs
[netconf.git] / restconf / restconf-nb-rfc8040 / src / main / java / org / opendaylight / restconf / nb / rfc8040 / handlers / NotificationServiceHandler.java
index 30e5ced570f483739cd7ce6081e1d3eda1c1ced2..82513d9acd16122c81a1f32cd7b3946c654fde9e 100644 (file)
@@ -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<DOMNotificationService> {