Removing dead imports from akka-remote
This commit is contained in:
parent
7f0c4e3d63
commit
1590438b0c
14 changed files with 3 additions and 36 deletions
|
|
@ -6,16 +6,9 @@ package akka.remote
|
|||
|
||||
import akka.actor._
|
||||
import akka.dispatch._
|
||||
import akka.util.duration._
|
||||
import akka.util.Timeout
|
||||
import akka.config.ConfigurationException
|
||||
import akka.event.{ DeathWatch, Logging }
|
||||
import akka.serialization.Compression.LZF
|
||||
import com.google.protobuf.ByteString
|
||||
import akka.event.EventStream
|
||||
import akka.dispatch.Promise
|
||||
import akka.config.ConfigurationException
|
||||
import java.util.concurrent.{ TimeoutException }
|
||||
|
||||
/**
|
||||
* Remote ActorRefProvider. Starts up actor on remote node and creates a RemoteActorRef representing it.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue