Unbreak master by fixing StreamFileDocSpec to import scaladsl._ iso io._
This commit is contained in:
parent
0bc04f3466
commit
b5516f6b93
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue