incorporate review comments
This commit is contained in:
parent
13eb1b6c8b
commit
3c06992d2e
7 changed files with 38 additions and 49 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue