Merge pull request #19813 from akka/wip-unbreak-master-√

Unbreak master by fixing StreamFileDocSpec to import scaladsl._ iso io._
This commit is contained in:
drewhk 2016-02-17 14:42:57 +01:00
commit 1200ff2df3

View file

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