Removing linkedActorsAsList, switching _linkedActors to be a volatile lazy val instead of Option with lazy semantics

This commit is contained in:
Viktor Klang 2010-10-08 15:43:00 +02:00
parent c045dd1325
commit 90831a9767
4 changed files with 18 additions and 31 deletions

View file

@ -66,7 +66,8 @@ object RemoteNode extends RemoteServer
*
* @author <a href="http://jonasboner.com">Jonas Bon&#233;r</a>
*/
object RemoteServer {
object
RemoteServer {
val UUID_PREFIX = "uuid:"
val HOSTNAME = config.getString("akka.remote.server.hostname", "localhost")
val PORT = config.getInt("akka.remote.server.port", 9999)