Removed trailing whitespace

This commit is contained in:
Jonas Bonér 2010-06-30 16:26:15 +02:00
parent 189671325d
commit 21dc177b88
42 changed files with 152 additions and 152 deletions

View file

@ -23,7 +23,7 @@ final class MessageInvocation(val receiver: ActorRef,
val transactionSet: Option[CountDownCommitBarrier]) {
if (receiver eq null) throw new IllegalArgumentException("receiver is null")
def invoke = try {
def invoke = try {
receiver.invoke(this)
} catch {
case e: NullPointerException => throw new ActorInitializationException(