!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:
Roland Kuhn 2015-04-23 20:59:55 +02:00
parent 3626f3ee0d
commit 354a8e3a41
30 changed files with 108 additions and 153 deletions

View file

@ -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 {