Fix type of tweets Source

#authors-filter-map won't compile otherwise
This commit is contained in:
prascuna 2016-03-20 17:15:26 +00:00
parent 2946f6494a
commit 063f37d957

View file

@ -55,7 +55,7 @@ class TwitterStreamQuickstartDocSpec extends AkkaSpec {
trait Example0 { trait Example0 {
//#tweet-source //#tweet-source
val tweets: Source[Tweet, Unit] val tweets: Source[Tweet, NotUsed]
//#tweet-source //#tweet-source
} }