Skip to content

Commit

Permalink
might as well remove the unnecessary arguments to illustrate the use …
Browse files Browse the repository at this point in the history
…of akka.conf
  • Loading branch information
geowa4 committed Sep 16, 2011
1 parent bf9cdc9 commit 6760d88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/Master.scala
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ object PiServer extends App {
register

def register {
remote.start("localhost", 2552)
remote.start()
remote.registerPerSession("pi-calculator-service", actorOf[Master])
}
}
Expand Down

0 comments on commit 6760d88

Please sign in to comment.