=clu #16897 Correct wording for routees.paths
This commit is contained in:
parent
70403446ce
commit
7bd9550e3b
3 changed files with 5 additions and 3 deletions
|
|
@ -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")
|
||||
})
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue