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

@ -1471,7 +1471,7 @@ private[stream] object Collect {
override def genString(t: Materializer): String = {
try s"$DefaultLoggerName(${ActorMaterializerHelper.downcast(t).supervisor.path})"
catch {
case ex: Exception LogSource.fromString.genString(DefaultLoggerName)
case _: Exception LogSource.fromString.genString(DefaultLoggerName)
}
}