rename ActorSystem.stop() to .shutdown()
This commit is contained in:
parent
9af58366f6
commit
5eedbdd69f
26 changed files with 44 additions and 44 deletions
|
|
@ -31,7 +31,7 @@ public class DurableMailboxDocTestBase {
|
|||
}));
|
||||
//#define-dispatcher
|
||||
myActor.tell("test");
|
||||
system.stop();
|
||||
system.shutdown();
|
||||
}
|
||||
|
||||
public static class MyUntypedActor extends UntypedActor {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue