mirror of https://github.com/sbt/sbt.git
make NetworkChannel#thread private
This commit is contained in:
parent
a13bfd3ef9
commit
f0afda3dd0
|
|
@ -163,7 +163,7 @@ final class NetworkChannel(
|
|||
}
|
||||
}
|
||||
|
||||
val thread = new Thread(s"sbt-networkchannel-${connection.getPort}") {
|
||||
private[this] val thread = new Thread(s"sbt-networkchannel-${connection.getPort}") {
|
||||
private val ct = "Content-Type: "
|
||||
private val x1 = "application/sbt-x1"
|
||||
override def run(): Unit = {
|
||||
|
|
|
|||
Loading…
Reference in New Issue