Compiler warnings for actor-tests and remote-tests (#26685)
This commit is contained in:
parent
4399e499c4
commit
10e525062a
93 changed files with 439 additions and 387 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue