Clean up imports
This commit is contained in:
parent
854d0feef7
commit
4f1ee6a994
1 changed files with 0 additions and 3 deletions
|
|
@ -4,14 +4,11 @@
|
|||
|
||||
package akka.io
|
||||
|
||||
import java.net.InetSocketAddress
|
||||
import java.nio.channels.{ SocketChannel, SelectionKey, ServerSocketChannel }
|
||||
import scala.annotation.tailrec
|
||||
import scala.collection.immutable
|
||||
import scala.util.control.NonFatal
|
||||
import akka.actor.{ Props, ActorLogging, ActorRef, Actor }
|
||||
import akka.io.SelectionHandler._
|
||||
import akka.io.Inet.SocketOption
|
||||
import akka.io.Tcp._
|
||||
import akka.io.IO.HasFailureMessage
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue