move AdapterExtension to internal package (#27865)
This commit is contained in:
parent
978b7d2e0f
commit
b544359502
1 changed files with 1 additions and 2 deletions
|
|
@ -2,11 +2,10 @@
|
|||
* Copyright (C) 2009-2019 Lightbend Inc. <https://www.lightbend.com>
|
||||
*/
|
||||
|
||||
package akka.actor.typed.scaladsl.adapter
|
||||
package akka.actor.typed.internal.adapter
|
||||
|
||||
import akka.actor.ExtendedActorSystem
|
||||
import akka.annotation.InternalApi
|
||||
import akka.actor.typed.internal.adapter.ActorSystemAdapter
|
||||
|
||||
/**
|
||||
* Internal API
|
||||
Loading…
Add table
Add a link
Reference in a new issue