fixing compile looks like some spurious chars were added accidentally

This commit is contained in:
ticktock 2011-05-24 21:04:39 -07:00
parent 39caed3b8f
commit 4e1fe7635e

View file

@ -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 }
}