Move NetconfServerDispatcher to netconf.server.api
[netconf.git] / protocol / netconf-server / src / main / java / org / opendaylight / netconf / server / api / NetconfServerDispatcher.java
similarity index 92%
rename from protocol/netconf-api/src/main/java/org/opendaylight/netconf/api/NetconfServerDispatcher.java
rename to protocol/netconf-server/src/main/java/org/opendaylight/netconf/server/api/NetconfServerDispatcher.java
index b2775fd1e75e8f4199ce3253ca10f3493cbb95cb..9153fe946152fe83a6f9aa8707134903b157fd8c 100644 (file)
@@ -5,8 +5,7 @@
  * terms of the Eclipse Public License v1.0 which accompanies this distribution,
  * and is available at http://www.eclipse.org/legal/epl-v10.html
  */
-
-package org.opendaylight.netconf.api;
+package org.opendaylight.netconf.server.api;
 
 import io.netty.channel.ChannelFuture;
 import io.netty.channel.local.LocalAddress;