Add basic support for Java 7 NIO file systems (#20293)

This commit is contained in:
Michał Kiędyś 2016-04-25 19:25:26 +10:00 committed by Konrad Malawski
parent 6d399a308e
commit b983f19c1f
23 changed files with 286 additions and 124 deletions

View file

@ -31,9 +31,11 @@ object TwitterStreamQuickstartDocSpec {
val akka = Hashtag("#akka")
//#model
// format: OFF
//#tweet-source
val tweets: Source[Tweet, NotUsed]
//#tweet-source
// format: ON
= Source(
Tweet(Author("rolandkuhn"), System.currentTimeMillis, "#akka rocks!") ::
Tweet(Author("patriknw"), System.currentTimeMillis, "#akka !") ::