Merge pull request #667 from akka/wip-2463-√

Wip 2463 √
This commit is contained in:
Viktor Klang (√) 2012-09-06 03:09:35 -07:00
commit b8ddc1c565
2 changed files with 3 additions and 6 deletions

View file

@ -6,7 +6,7 @@ package docs.routing
import RouterDocSpec.MyActor
import akka.testkit.AkkaSpec
import akka.routing.RoundRobinRouter
import akka.actor.{ActorRef, Props, Actor}
import akka.actor.{ ActorRef, Props, Actor }
object RouterDocSpec {
class MyActor extends Actor {