!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

@ -21,6 +21,7 @@ import akka.stream.*;
import akka.stream.testkit.AkkaSpec;
import akka.stream.javadsl.FlowGraph.Builder;
import akka.stream.javadsl.japi.*;
import akka.japi.function.*;
import akka.util.ByteString;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertArrayEquals;