Adding possibility to use akka.japi.Option in remote typed actor

This commit is contained in:
Viktor Klang 2011-04-18 16:26:31 +02:00
parent 0c623e6e12
commit d5c7e12787
2 changed files with 13 additions and 7 deletions

View file

@ -1299,4 +1299,4 @@ class DefaultDisposableChannelGroup(name: String) extends DefaultChannelGroup(na
throw new IllegalStateException("ChannelGroup already closed, cannot add new channel")
}
}
}
}