!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

@ -15,7 +15,7 @@ import scala.concurrent.Await;
import scala.concurrent.Future;
import scala.concurrent.duration.Duration;
import akka.stream.StreamTest;
import akka.stream.javadsl.japi.Function2;
import akka.japi.function.Function2;
import akka.stream.testkit.AkkaSpec;
import akka.testkit.JavaTestKit;