incorporate review comments

This commit is contained in:
Roland 2011-12-05 17:31:54 +01:00
parent 13eb1b6c8b
commit 3c06992d2e
7 changed files with 38 additions and 49 deletions

View file

@ -62,10 +62,6 @@ class TestActorRef[T <: Actor](
override def toString = "TestActor[" + path + "]"
override def equals(other: Any) = other match {
case r: TestActorRef[_] path == r.path
case _ false
}
}
object TestActorRef {