!str #17277 remove akka.stream.javadsl.japi.WithVariance
sadly we forgot to also move the boilerplate-generated FunctionN and ProcedureN into akka-actor, so they are still in akka.stream.javadsl.japi.
This commit is contained in:
parent
3626f3ee0d
commit
354a8e3a41
30 changed files with 108 additions and 153 deletions
|
|
@ -8,10 +8,10 @@ import java.util.concurrent.TimeUnit
|
|||
|
||||
import akka.actor.{ ActorContext, ActorRef, ActorRefFactory, ActorSystem, ExtendedActorSystem, Props }
|
||||
import akka.stream.impl._
|
||||
import akka.stream.javadsl.japi
|
||||
import com.typesafe.config.Config
|
||||
|
||||
import scala.concurrent.duration._
|
||||
import akka.japi.{ function ⇒ japi }
|
||||
|
||||
object ActorFlowMaterializer {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue