Rename restconf packages to org.opendaylight.netconf
[netconf.git] / opendaylight / restconf / sal-rest-docgen / src / main / java / org / opendaylight / netconf / sal / rest / doc / model / builder / OperationBuilder.java
@@ -5,12 +5,12 @@
  * 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.controller.sal.rest.doc.model.builder;
+package org.opendaylight.netconf.sal.rest.doc.model.builder;
 
 import java.util.ArrayList;
 import java.util.List;
-import org.opendaylight.controller.sal.rest.doc.swagger.Operation;
-import org.opendaylight.controller.sal.rest.doc.swagger.Parameter;
+import org.opendaylight.netconf.sal.rest.doc.swagger.Operation;
+import org.opendaylight.netconf.sal.rest.doc.swagger.Parameter;
 import org.opendaylight.yangtools.yang.model.api.ContainerSchemaNode;
 import org.opendaylight.yangtools.yang.model.api.DataNodeContainer;
 import org.opendaylight.yangtools.yang.model.api.DataSchemaNode;