Fixing ScalaDoc messup
This commit is contained in:
parent
94864a23b4
commit
4d3e9f19fe
2 changed files with 2 additions and 2 deletions
|
|
@ -481,7 +481,7 @@ class Cluster(system: ExtendedActorSystem) extends Extension { clusterNode ⇒
|
|||
/**
|
||||
* Checks if we have a cluster convergence.
|
||||
*
|
||||
* @returns Some(convergedGossip) if convergence have been reached and None if not
|
||||
* @return Some(convergedGossip) if convergence have been reached and None if not
|
||||
*/
|
||||
def convergence: Option[Gossip] = convergence(latestGossip)
|
||||
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ object ProtobufSerializer {
|
|||
/**
|
||||
* Helper to materialize (lookup) an [[akka.actor.ActorRef]]
|
||||
* from Akka's protobuf representation in the supplied
|
||||
* [[akka.actor.ActorSystem].
|
||||
* [[akka.actor.ActorSystem]].
|
||||
*/
|
||||
def deserializeActorRef(system: ActorSystem, refProtocol: ActorRefProtocol): ActorRef =
|
||||
system.actorFor(refProtocol.getPath)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue