=act,clu,con,doc,per,rem,sam #15114 append missing parens at Actor.sender() invocations

This commit is contained in:
Marcin Kubala 2014-06-20 23:05:51 +02:00
parent 67784dbdae
commit f4793a399f
30 changed files with 78 additions and 78 deletions

View file

@ -149,7 +149,7 @@ object ClusterSingletonManagerSpec extends MultiNodeConfig {
case UnregistrationOk
context stop self
case Ping
sender ! Pong
sender() ! Pong
//#consumer-end
}
}