Rename restconf packages to org.opendaylight.netconf
[netconf.git] / opendaylight / restconf / sal-restconf-broker / src / main / java / org / opendaylight / netconf / sal / restconf / broker / SalRemoteServiceBroker.java
@@ -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.controller.sal.restconf.broker;
+package org.opendaylight.netconf.sal.restconf.broker;
 
 
 import com.google.common.collect.ImmutableClassToInstanceMap;
@@ -17,7 +17,7 @@ import org.opendaylight.controller.sal.binding.api.BindingAwareService;
 import org.opendaylight.controller.sal.binding.api.NotificationService;
 import org.opendaylight.controller.sal.binding.api.RpcConsumerRegistry;
 import org.opendaylight.controller.sal.binding.api.data.DataBrokerService;
-import org.opendaylight.controller.sal.restconf.broker.impl.RemoteServicesFactory;
+import org.opendaylight.netconf.sal.restconf.broker.impl.RemoteServicesFactory;
 import org.opendaylight.yangtools.restconf.client.api.RestconfClientContext;
 import org.osgi.framework.BundleContext;
 import org.slf4j.Logger;