Rename netconf-impl to netconf-server
[netconf.git] / protocol / netconf-server / src / main / java / org / opendaylight / netconf / server / DefaultSessionIdProvider.java
similarity index 96%
rename from protocol/netconf-impl/src/main/java/org/opendaylight/netconf/impl/DefaultSessionIdProvider.java
rename to protocol/netconf-server/src/main/java/org/opendaylight/netconf/server/DefaultSessionIdProvider.java
index ad0ddf89381ed9f38510c795ebd56e3550cb0473..29badad0ebbc4e2e81236f4dafb6b248a0090d48 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;
 
 import java.util.concurrent.atomic.AtomicLong;
 import javax.inject.Inject;