This commit is contained in:
parent
6d500bb13e
commit
9c851e4a7a
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue