=doc fix comment for safe-shutdown-example-bad

The `PoisonPill` of course isn't stashed - probably a copy-paste-leftover from the 'good' example.
This commit is contained in:
Arnout Engelen 2016-01-24 13:49:15 +01:00
parent f265b88077
commit c9226c7d0a

View file

@ -392,7 +392,6 @@ object PersistenceDocSpec {
// order of received messages:
// a
// # b arrives at mailbox, stashing; internal-stash = [b]
// # PoisonPill arrives at mailbox, stashing; internal-stash = [b, Shutdown]
// PoisonPill is an AutoReceivedMessage, is handled automatically
// !! stop !!
// Actor is stopped without handling `b` nor the `a` handler!