Removing nodename
This commit is contained in:
parent
5006f96348
commit
bfd11ad8c5
21 changed files with 29 additions and 59 deletions
|
|
@ -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 + "]")
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue