Merge pull request #23523 from jlprat/fix-broken-link-actor-docs

=doc Transform broken link to ActorNotFound to inline code #23517
This commit is contained in:
Patrik Nordwall 2017-08-18 14:27:27 +02:00 committed by GitHub
commit 2f712cceeb

View file

@ -610,7 +610,7 @@ You can also acquire an `ActorRef` for an `ActorSelection` with
the `resolveOne` method of the `ActorSelection`. It returns a `Future` the `resolveOne` method of the `ActorSelection`. It returns a `Future`
of the matching `ActorRef` if such an actor exists. @java[(see also of the matching `ActorRef` if such an actor exists. @java[(see also
@ref:[Java 8 Compatibility](java8-compat.md) for Java compatibility).] It is completed with @ref:[Java 8 Compatibility](java8-compat.md) for Java compatibility).] It is completed with
failure [[akka.actor.ActorNotFound]] if no such actor exists or the identification failure `akka.actor.ActorNotFound` if no such actor exists or the identification
didn't complete within the supplied `timeout`. didn't complete within the supplied `timeout`.
Remote actor addresses may also be looked up, if @ref:[remoting](remoting.md) is enabled: Remote actor addresses may also be looked up, if @ref:[remoting](remoting.md) is enabled: