Fixing the BuilderParents generated by protobuf with FQN and fixing @returns => @return
This commit is contained in:
parent
55d2a48887
commit
3021baa3e4
7 changed files with 22 additions and 22 deletions
|
|
@ -1275,7 +1275,7 @@ class DefaultClusterNode private[akka] (
|
|||
* Update the list of connections to other nodes in the cluster.
|
||||
* Tail recursive, using lockless optimimistic concurrency.
|
||||
*
|
||||
* @returns a Map with the remote socket addresses to of disconnected node connections
|
||||
* @return a Map with the remote socket addresses to of disconnected node connections
|
||||
*/
|
||||
@tailrec
|
||||
final private[cluster] def connectToAllNewlyArrivedMembershipNodesInCluster(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue