diff --git a/akka-actor/src/main/scala/akka/routing/Routing.scala b/akka-actor/src/main/scala/akka/routing/Routing.scala index 0efd560873..c6d4f0a417 100644 --- a/akka-actor/src/main/scala/akka/routing/Routing.scala +++ b/akka-actor/src/main/scala/akka/routing/Routing.scala @@ -75,7 +75,7 @@ trait Router { * This method is not threadsafe, and should only be called once * * JMM Guarantees: - * This method guarantees that all changes made in this method, are visible when one of the routing methods is called. + * This method guarantees that all changes made in this method, are visible before one of the routing methods is called. */ def init(connections: RouterConnections): Unit