Changed all 'def foo(): Unit = { .. }' to 'def foo() { .. }'

This commit is contained in:
Jonas Bonér 2011-09-27 17:41:02 +02:00
parent 07b29c0627
commit db8a20ea37
49 changed files with 153 additions and 152 deletions

View file

@ -60,6 +60,7 @@ class RemoteActorRefProvider extends ActorRefProvider {
}
case deploy None // non-remote actor
}
} catch {
case e: Exception
newFuture completeWithException e // so the other threads gets notified of error