Introduce netconf.server.{api,impl}
[netconf.git] / protocol / netconf-server / src / main / java / org / opendaylight / netconf / server / NetconfServerSessionNegotiatorFactoryBuilder.java
index 3e6e2887b352d2f1069212e7a736b85203c8c116..0b9cd25402c0d90ca4999c9483c63eaadb231d24 100644 (file)
@@ -16,6 +16,7 @@ import org.checkerframework.checker.index.qual.NonNegative;
 import org.opendaylight.netconf.api.monitoring.NetconfMonitoringService;
 import org.opendaylight.netconf.mapping.api.NetconfOperationServiceFactory;
 import org.opendaylight.netconf.nettyutil.AbstractNetconfSessionNegotiator;
+import org.opendaylight.netconf.server.api.SessionIdProvider;
 
 public class NetconfServerSessionNegotiatorFactoryBuilder {
     private Timer timer;