Migrate netconf to MD-SAL APIs
[netconf.git] / netconf / netconf-topology / src / main / java / org / opendaylight / netconf / topology / api / NetconfConnectorFactory.java
index 0f99262b7069eaa9283e7bb8a69c2cfc267a18de..7a1560c91b756d1d969a941b36826d2ce7dee811 100644 (file)
@@ -7,7 +7,7 @@
  */
 package org.opendaylight.netconf.topology.api;
 
-import org.opendaylight.controller.md.sal.binding.api.DataBroker;
+import org.opendaylight.mdsal.binding.api.DataBroker;
 import org.opendaylight.yang.gen.v1.urn.opendaylight.netconf.node.topology.rev150114.NetconfNode;
 import org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.topology.Node;