Some clean up of the compile and test output

This commit is contained in:
Peter Vlugter 2011-09-27 18:00:26 +02:00
parent db8a20ea37
commit 8297f459e3
14 changed files with 58 additions and 99 deletions

View file

@ -191,8 +191,8 @@ object Routing {
new RoutedActorRef(
new RoutedProps(
() router,
RoutedProps.defaultFailureDetectorFactory,
connections,
RoutedProps.defaultFailureDetectorFactory,
RoutedProps.defaultTimeout, true),
actorAddress)
}