Correct location of implicits in comment #23492

This commit is contained in:
kellen 2017-08-09 08:54:13 -04:00 committed by Johan Andrén
parent 48144467aa
commit 5477a6f92d

View file

@ -159,7 +159,7 @@ abstract class ActorRef extends java.lang.Comparable[ActorRef] with Serializable
/**
* This trait represents the Scala Actor API
* There are implicit conversions in ../actor/Implicits.scala
* There are implicit conversions in package.scala
* from ActorRef -> ScalaActorRef and back
*/
trait ScalaActorRef { ref: ActorRef