minor doc improvent
This commit is contained in:
parent
c49d5e1a60
commit
6786f934ce
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue