Integrate netconf-mapping-api into netconf-server
[netconf.git] / protocol / netconf-server / src / main / java / org / opendaylight / netconf / server / api / operations / NetconfOperationService.java
similarity index 92%
rename from netconf/netconf-mapping-api/src/main/java/org/opendaylight/netconf/mapping/api/NetconfOperationService.java
rename to protocol/netconf-server/src/main/java/org/opendaylight/netconf/server/api/operations/NetconfOperationService.java
index e7a903a66097f49acb86ef59c235098f907cd45e..c9888cbdfc00507aafa7c0b65c5a83f3663d7b18 100644 (file)
@@ -5,7 +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.mapping.api;
+package org.opendaylight.netconf.server.api.operations;
 
 import java.util.Set;