Add blueprint wiring for netconf-topology
[netconf.git] / netconf / netconf-topology / src / main / java / org / opendaylight / netconf / topology / api / NetconfTopology.java
similarity index 94%
rename from netconf/netconf-topology/src/main/java/org/opendaylight/netconf/topology/NetconfTopology.java
rename to netconf/netconf-topology/src/main/java/org/opendaylight/netconf/topology/api/NetconfTopology.java
index b275c7584da82dd8db87cc986d64a15da00ca563..d69e2e272b14ee85f1726030015fcb704598bdbb 100644 (file)
@@ -6,7 +6,7 @@
  * and is available at http://www.eclipse.org/legal/epl-v10.html
  */
 
-package org.opendaylight.netconf.topology;
+package org.opendaylight.netconf.topology.api;
 
 import com.google.common.util.concurrent.ListenableFuture;
 import org.opendaylight.netconf.sal.connect.netconf.listener.NetconfDeviceCapabilities;