Changes according to review. #2575
This commit is contained in:
parent
6b6eeb22ba
commit
4d003c50e7
4 changed files with 15 additions and 11 deletions
|
|
@ -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())
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue