Move ConstantFun to akka.util, #22813

This commit is contained in:
Hawstein 2017-05-11 00:00:42 +08:00 committed by Patrik Nordwall
parent f064d1321a
commit b3d00afdd1
18 changed files with 120 additions and 67 deletions

View file

@ -10,7 +10,7 @@ import akka.japi.JavaPartialFunction;
import akka.japi.Pair;
import akka.japi.function.*;
import akka.stream.*;
import akka.stream.impl.ConstantFun;
import akka.util.ConstantFun;
import akka.stream.javadsl.GraphDSL.Builder;
import akka.stream.stage.*;
import akka.testkit.AkkaSpec;