Rebased from master

This commit is contained in:
Jonas Bonér 2011-04-27 00:38:10 +02:00
parent b041329b98
commit 2e7c76dd98
22 changed files with 69 additions and 793 deletions

View file

@ -13,7 +13,7 @@ import akka.event.EventHandler
* @author Roland Kuhn
* @since 1.1
*/
class TestActorRef[T <: Actor](factory: () => T) extends LocalActorRef(factory, None) {
class TestActorRef[T <: Actor](factory: () => T) extends LocalActorRef(factory) {
dispatcher = CallingThreadDispatcher.global
receiveTimeout = None