Merge branch 'master' of git@github.com:jboner/akka
This commit is contained in:
commit
bd95d20edb
29 changed files with 246 additions and 105 deletions
|
|
@ -39,7 +39,6 @@ final class MessageInvocation(val receiver: ActorRef,
|
|||
}
|
||||
|
||||
override def equals(that: Any): Boolean = {
|
||||
that != null &&
|
||||
that.isInstanceOf[MessageInvocation] &&
|
||||
that.asInstanceOf[MessageInvocation].receiver.actor == receiver.actor &&
|
||||
that.asInstanceOf[MessageInvocation].message == message
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue