=clu #16897 Correct wording for routees.paths

This commit is contained in:
Patrik Nordwall 2015-07-01 14:49:06 +02:00
parent 70403446ce
commit 7bd9550e3b
3 changed files with 5 additions and 3 deletions

View file

@ -61,7 +61,7 @@ final case class ClusterRouterGroupSettings(
routeesPaths.foreach(p p match {
case RelativeActorPath(elements) // good
case _
throw new IllegalArgumentException(s"routeesPaths [$p] is not a valid relative actor path")
throw new IllegalArgumentException(s"routeesPaths [$p] is not a valid actor path without address information")
})
}