converted tabs to spaces
This commit is contained in:
parent
575ae92fb9
commit
5a1c0da8ae
7 changed files with 20 additions and 20 deletions
2
akka-remote/src/multi-jvm/scala/akka/remote/AbstractRemoteActorMultiJvmSpec.scala
Executable file → Normal file
2
akka-remote/src/multi-jvm/scala/akka/remote/AbstractRemoteActorMultiJvmSpec.scala
Executable file → Normal file
|
|
@ -11,7 +11,7 @@ trait AbstractRemoteActorMultiJvmSpec {
|
|||
nodesOpt getOrElse IndexedSeq.fill(NrOfNodes)("localhost")
|
||||
}
|
||||
|
||||
def akkaSpec(idx: Int) = "AkkaRemoteSpec@%s:%d".format(remotes(idx), 9991+idx)
|
||||
def akkaSpec(idx: Int) = "AkkaRemoteSpec@%s:%d".format(remotes(idx), 9991+idx)
|
||||
|
||||
def akkaURIs(count: Int): String = {
|
||||
0 until count map {idx => "\"akka://" + akkaSpec(idx) + "\""} mkString ","
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue