Remove unused imports in tests (#30265)
This commit is contained in:
parent
a887c63f8a
commit
258bac491b
42 changed files with 0 additions and 66 deletions
|
|
@ -8,7 +8,6 @@ import akka.Done;
|
|||
import akka.actor.ActorRef;
|
||||
import akka.actor.ActorSystem;
|
||||
import akka.japi.pf.PFBuilder;
|
||||
import akka.stream.Materializer;
|
||||
import akka.stream.javadsl.Flow;
|
||||
|
||||
import akka.NotUsed;
|
||||
|
|
@ -50,10 +49,8 @@ import akka.stream.Attributes;
|
|||
// #log
|
||||
|
||||
import java.time.Duration;
|
||||
import java.util.Collection;
|
||||
import java.util.concurrent.CompletableFuture;
|
||||
import java.util.concurrent.CompletionStage;
|
||||
import java.util.function.IntSupplier;
|
||||
|
||||
class SourceOrFlow {
|
||||
private static ActorSystem system = null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue