!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
|
|
@ -13,6 +13,7 @@ import akka.stream.StreamTest;
|
|||
import akka.stream.stage.*;
|
||||
import akka.stream.javadsl.FlowGraph.Builder;
|
||||
import akka.stream.javadsl.japi.*;
|
||||
import akka.japi.function.*;
|
||||
import akka.stream.*;
|
||||
import akka.stream.testkit.AkkaSpec;
|
||||
import akka.testkit.JavaTestKit;
|
||||
|
|
@ -218,7 +219,7 @@ public class FlowTest extends StreamTest {
|
|||
}
|
||||
|
||||
public <T> Creator<Stage<T, T>> op() {
|
||||
return new akka.stream.javadsl.japi.Creator<Stage<T, T>>() {
|
||||
return new akka.japi.function.Creator<Stage<T, T>>() {
|
||||
@Override
|
||||
public PushPullStage<T, T> create() throws Exception {
|
||||
return new PushPullStage<T, T>() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue