removed trailing spaces

This commit is contained in:
Jonas Bonér 2010-10-29 16:33:31 +02:00
parent c27f971a42
commit c276c621bf
92 changed files with 927 additions and 927 deletions

View file

@ -95,7 +95,7 @@ trait MessageDispatcher extends MailboxFactory with Logging {
}
}
}
private[akka] def unregister(actorRef: ActorRef) = {
if (uuids remove actorRef.uuid) {
actorRef.mailbox = null
@ -176,4 +176,4 @@ trait MessageDispatcher extends MailboxFactory with Logging {
* Returns the size of the mailbox for the specified actor
*/
def mailboxSize(actorRef: ActorRef): Int
}
}