=act,clu,con,doc,per,rem,sam #15114 append missing parens at Actor.sender() invocations
This commit is contained in:
parent
67784dbdae
commit
f4793a399f
30 changed files with 78 additions and 78 deletions
|
|
@ -53,7 +53,7 @@ object RemoteReDeploymentMultiJvmSpec extends MultiNodeConfig {
|
|||
class Echo(target: ActorRef) extends Actor with ActorLogging {
|
||||
def receive = {
|
||||
case msg ⇒
|
||||
log.info(s"received $msg from $sender")
|
||||
log.info(s"received $msg from ${sender()}")
|
||||
target ! msg
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue