Unbreak master by fixing StreamFileDocSpec to import scaladsl._ iso io._

This commit is contained in:
Viktor Klang 2016-02-17 14:03:20 +01:00
parent 0bc04f3466
commit b5516f6b93

View file

@ -27,7 +27,7 @@ class StreamFileDocSpec extends AkkaSpec(UnboundedMailboxConfig) {
{ {
//#file-source //#file-source
import akka.stream.io._ import akka.stream.scaladsl._
//#file-source //#file-source
Thread.sleep(0) // needs a statement here for valid syntax and to avoid "unused" warnings Thread.sleep(0) // needs a statement here for valid syntax and to avoid "unused" warnings
} }