Fix type of tweets Source
#authors-filter-map won't compile otherwise
This commit is contained in:
parent
2946f6494a
commit
063f37d957
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ class TwitterStreamQuickstartDocSpec extends AkkaSpec {
|
|||
|
||||
trait Example0 {
|
||||
//#tweet-source
|
||||
val tweets: Source[Tweet, Unit]
|
||||
val tweets: Source[Tweet, NotUsed]
|
||||
//#tweet-source
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue