From 6786f934cee478107a423a486099b74951f8e541 Mon Sep 17 00:00:00 2001 From: Peter Veentjer Date: Fri, 12 Aug 2011 10:30:26 +0300 Subject: [PATCH] minor doc improvent --- akka-actor/src/main/scala/akka/routing/Routing.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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