Removed trailing whitespace
This commit is contained in:
parent
189671325d
commit
21dc177b88
42 changed files with 152 additions and 152 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue