Decrease visibility of internals to private[io], clean up imports
This commit is contained in:
parent
79accb810e
commit
570b02f569
9 changed files with 49 additions and 44 deletions
|
|
@ -18,6 +18,7 @@ import akka.actor.{ PoisonPill, ActorRef, Terminated }
|
|||
import akka.testkit.{ TestProbe, TestActorRef, AkkaSpec }
|
||||
import akka.util.ByteString
|
||||
import TestUtils._
|
||||
import TcpSelector._
|
||||
import Tcp._
|
||||
|
||||
class TcpConnectionSpec extends AkkaSpec("akka.io.tcp.register-timeout = 500ms") {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue