Fixing ScalaDoc messup

This commit is contained in:
Viktor Klang 2012-06-05 18:19:46 +02:00
parent 94864a23b4
commit 4d3e9f19fe
2 changed files with 2 additions and 2 deletions

View file

@ -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)