Compiler warnings for actor-tests and remote-tests (#26685)

This commit is contained in:
Christopher Batey 2019-04-15 09:54:16 +01:00 committed by Arnout Engelen
parent 4399e499c4
commit 10e525062a
93 changed files with 439 additions and 387 deletions

View file

@ -40,7 +40,7 @@ class ControlAwareDispatcherSpec extends AkkaSpec(ControlAwareDispatcherSpec.con
// with RepointableActorRef, since messages might be queued in
// UnstartedCell and the sent to the PriorityQueue and consumed immediately
// without the ordering taking place.
val actor = system.actorOf(Props(new Actor {
system.actorOf(Props(new Actor {
context.actorOf(Props(new Actor {
self ! "test"