Migrate restconf to MD-SAL APIs
[netconf.git] / restconf / restconf-nb-rfc8040 / src / main / java / org / opendaylight / restconf / nb / rfc8040 / handlers / RpcServiceHandler.java
index b9aa1e2187485193c3943d839660688c549a97c1..beff503a67e8622a6ff66b5c51d36295da981976 100644 (file)
@@ -7,14 +7,12 @@
  */
 package org.opendaylight.restconf.nb.rfc8040.handlers;
 
-import org.opendaylight.controller.md.sal.dom.api.DOMRpcService;
+import org.opendaylight.mdsal.dom.api.DOMRpcService;
 
 /**
  * Implementation of {@link RpcServiceHandler}.
- *
  */
 public class RpcServiceHandler implements Handler<DOMRpcService> {
-
     private final DOMRpcService rpcService;
 
     public RpcServiceHandler(final DOMRpcService rpcService) {