Changed akka.actor.typed.scaladsl.ActorContext#system method to implicit method #30724 (#30727)

This commit is contained in:
Eduardas Kazakas 2021-10-01 15:51:03 +03:00 committed by GitHub
parent 6d500bb13e
commit 9c851e4a7a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -63,7 +63,7 @@ trait ActorContext[T] extends TypedActorContext[T] with ClassicActorContextProvi
* This field is thread-safe and can be called from other threads than the ordinary
* actor message processing thread, such as [[scala.concurrent.Future]] callbacks.
*/
def system: ActorSystem[Nothing]
implicit def system: ActorSystem[Nothing]
/**
* An actor specific logger.