Changed all 'def foo(): Unit = { .. }' to 'def foo() { .. }'
This commit is contained in:
parent
07b29c0627
commit
db8a20ea37
49 changed files with 153 additions and 152 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue