Fix scaladoc warnings in akka-actor, see #3152
* also change wrong visibility of SystemMessage subclasses
This commit is contained in:
parent
0d956a31ba
commit
91412a6908
16 changed files with 117 additions and 117 deletions
|
|
@ -41,7 +41,7 @@ trait AskSupport {
|
|||
* val future = actor.ask(message)(timeout) // => ask(actor, message)(timeout)
|
||||
* }}}
|
||||
*
|
||||
* All of the above use an implicit [[akka.actor.Timeout]].
|
||||
* All of the above use an implicit [[akka.util.Timeout]].
|
||||
*/
|
||||
implicit def ask(actorRef: ActorRef): AskableActorRef = new AskableActorRef(actorRef)
|
||||
|
||||
|
|
@ -88,7 +88,7 @@ trait AskSupport {
|
|||
* val future = selection.ask(message)(timeout) // => ask(selection, message)(timeout)
|
||||
* }}}
|
||||
*
|
||||
* All of the above use an implicit [[akka.actor.Timeout]].
|
||||
* All of the above use an implicit [[akka.util.Timeout]].
|
||||
*/
|
||||
implicit def ask(actorSelection: ActorSelection): AskableActorSelection = new AskableActorSelection(actorSelection)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue