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