Removing nodename

This commit is contained in:
Viktor Klang 2012-01-17 15:25:26 +01:00
parent 5006f96348
commit bfd11ad8c5
21 changed files with 29 additions and 59 deletions

View file

@ -17,8 +17,7 @@ object RoundRobin1ReplicaMultiJvmSpec {
class HelloWorld extends Actor with Serializable {
def receive = {
case "Hello"
reply("World from node [" + Config.nodename + "]")
case "Hello" reply("World from node [" + Config.nodename + "]")
}
}