fixing compile looks like some spurious chars were added accidentally
This commit is contained in:
parent
39caed3b8f
commit
4e1fe7635e
1 changed files with 1 additions and 1 deletions
|
|
@ -832,7 +832,7 @@ class RemoteServerHandler(
|
|||
// stop all session actors
|
||||
for (
|
||||
map ← Option(sessionActors.remove(event.getChannel));
|
||||
actor ← collectionAsScalaIterable(map.values)gddd
|
||||
actor ← collectionAsScalaIterable(map.values)
|
||||
) {
|
||||
try { actor ! PoisonPill } catch { case e: Exception ⇒ }
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue