Rename netconf-impl to netconf-server
[netconf.git] / protocol / netconf-server / src / main / java / org / opendaylight / netconf / server / SessionIdProvider.java
similarity index 90%
rename from protocol/netconf-impl/src/main/java/org/opendaylight/netconf/impl/SessionIdProvider.java
rename to protocol/netconf-server/src/main/java/org/opendaylight/netconf/server/SessionIdProvider.java
index b9d4e0c8433db42005c7d4357616be65d3f80b8c..cf1f9e53eb9429d6cf3226cd0e98bfc20624041e 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.impl;
+package org.opendaylight.netconf.server;
 
 public interface SessionIdProvider {