Arrow-formatting ;-)
This commit is contained in:
parent
916c2d4d11
commit
4dc4cdde26
1 changed files with 2 additions and 2 deletions
|
|
@ -557,8 +557,8 @@ private[akka] class ActorCell(
|
|||
}
|
||||
} catch {
|
||||
case NonFatal(e) ⇒ throw new ActorInitializationException(self, "exception during creation", e match {
|
||||
case i: InstantiationException => i.getCause
|
||||
case other => other
|
||||
case i: InstantiationException ⇒ i.getCause
|
||||
case other ⇒ other
|
||||
})
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue