mirror of https://github.com/sbt/sbt.git
spelling: incoming
This commit is contained in:
parent
840dabf6b5
commit
ae22cc2293
|
|
@ -15,7 +15,7 @@ private[sbt] sealed trait ServerInstance {
|
||||||
|
|
||||||
private[sbt] object Server {
|
private[sbt] object Server {
|
||||||
def start(host: String, port: Int, onIncomingSocket: Socket => Unit,
|
def start(host: String, port: Int, onIncomingSocket: Socket => Unit,
|
||||||
/*onIncommingCommand: CommandMessage => Unit,*/ log: Logger): ServerInstance =
|
/*onIncomingCommand: CommandMessage => Unit,*/ log: Logger): ServerInstance =
|
||||||
new ServerInstance {
|
new ServerInstance {
|
||||||
|
|
||||||
// val lock = new AnyRef {}
|
// val lock = new AnyRef {}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue