Re: [akka-user] Bad example in documentation

2016-07-05 Thread Akka Team
Thanks for reporting, made the ticket: https://github.com/akka/akka/issues/20885 Would be awesome if you could submit a pull request to fix this mistake, thanks in advance! On Tue, Jul 5, 2016 at 12:06 PM, Patrik Nordwall wrote: > Thanks for reporting. Could you please open a pull request with

Re: [akka-user] Bad example in documentation

2016-07-05 Thread Patrik Nordwall
Thanks for reporting. Could you please open a pull request with the fix? Regards, Patrik On Sat, Jul 2, 2016 at 12:31 AM, Sergey Sopin wrote: > Hi, > > It seems that one of examples in the documentation contains bug, namely: > http://doc.akka.io/docs/akka/2.4.7/java/stream/stream-graphs.html > >

[akka-user] Bad example in documentation

2016-07-01 Thread Sergey Sopin
Hi, It seems that one of examples in the documentation contains bug, namely: http://doc.akka.io/docs/akka/2.4.7/java/stream/stream-graphs.html 1. final Source in = Source.from(Arrays.asList(1, 2, 3, 4, 5)); 2. final Sink, CompletionStage>> sink = Sink. head(); 3. final Sink, Com