mirror of
https://github.com/sbt/sbt.git
synced 2026-09-08 19:16:16 +02:00
spelling: command
This commit is contained in:
@@ -16,7 +16,7 @@ import sjsonnew.JsonFormat
|
||||
/**
|
||||
* The command exchange merges multiple command channels (e.g. network and console),
|
||||
* and acts as the central multiplexing point.
|
||||
* Instead of blocking on JLine.readLine, the server commmand will block on
|
||||
* Instead of blocking on JLine.readLine, the server command will block on
|
||||
* this exchange, which could serve command request from either of the channel.
|
||||
*/
|
||||
private[sbt] final class CommandExchange {
|
||||
|
||||
Reference in New Issue
Block a user