Renaming akka.routing.Dispatcher to Router, as per ticket #729

This commit is contained in:
Viktor Klang 2011-05-20 12:29:48 +02:00
parent f9a335ea13
commit cd3cb8cd57
5 changed files with 44 additions and 45 deletions

View file

@ -36,7 +36,7 @@ class RoutingSpec extends WordSpec with MustMatchers {
}
}).start()
val d = dispatcherActor {
val d = routerActor {
case Test1 | Test2 t1
case Test3 t2
}.start()