fix specs2 samples so they system.shutdown

This commit is contained in:
Roland 2012-05-25 14:42:22 +02:00
parent dc17bba62f
commit 24f6406634
5 changed files with 22 additions and 15 deletions

View file

@ -163,7 +163,7 @@ Typed Actor Hierarchies
Since you can obtain a contextual Typed Actor Extension by passing in an ``ActorContext``
you can create child Typed Actors by invoking ``typedActorOf(..)`` on that.
.. includecode:: code/akka/docs/actor/TypedActorDocTestBase.java
.. includecode:: code/docs/actor/TypedActorDocTestBase.java
:include: typed-actor-hierarchy
You can also create a child Typed Actor in regular Akka Actors by giving the ``UntypedActorContext``