Decrease visibility of internals to private[io], clean up imports

This commit is contained in:
Mathias 2013-01-22 14:10:36 +01:00
parent 79accb810e
commit 570b02f569
9 changed files with 49 additions and 44 deletions

View file

@ -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") {