Changes according to review. #2575

This commit is contained in:
Björn Antonsson 2012-10-11 10:29:54 +02:00
parent 6b6eeb22ba
commit 4d003c50e7
4 changed files with 15 additions and 11 deletions

View file

@ -243,7 +243,7 @@ private[akka] class RemoteActorRef private[akka] (
provider.deadLetters ! message
}
def start(): ActorRef = this
def start(): Unit = ()
def suspend(): Unit = sendSystemMessage(Suspend())