Cleanup various warnings in akka-stream #26395

This commit is contained in:
Christopher Batey 2019-02-26 17:28:29 +00:00 committed by Johan Andrén
parent c3806c9135
commit 51add23b2a
20 changed files with 44 additions and 60 deletions

View file

@ -14,7 +14,6 @@ import akka.stream.stage._
import akka.stream.scaladsl.SourceQueueWithComplete
import scala.compat.java8.FutureConverters._
import scala.concurrent.{ Future, Promise }
import scala.util.control.NonFatal
/**
* INTERNAL API