Merge pull request #19598 from raboof/patch-3

=doc fix comment for safe-shutdown-example-bad
This commit is contained in:
Johan Andrén 2016-01-29 16:04:52 +01:00
commit 4b3a06ef1a

View file

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