From fd621ebc365ef6ba46b05b2957b46eeca90d698e Mon Sep 17 00:00:00 2001 From: Roland Kuhn Date: Fri, 27 Feb 2015 17:11:38 +0100 Subject: [PATCH] fix source link in Java stream docs --- akka-docs-dev/rst/java/stream-flows-and-basics.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/akka-docs-dev/rst/java/stream-flows-and-basics.rst b/akka-docs-dev/rst/java/stream-flows-and-basics.rst index 7a6ba107ce..d8ee8c370f 100644 --- a/akka-docs-dev/rst/java/stream-flows-and-basics.rst +++ b/akka-docs-dev/rst/java/stream-flows-and-basics.rst @@ -204,7 +204,7 @@ to somehow express how these values should be composed to a final value when we many combinator methods have variants that take an additional argument, a function, that will be used to combine the resulting values. Some examples of using these combiners are illustrated in the example below. -.. includecode:: ../../../akka-samples/akka-docs-java-lambda/src/test/java/docs/stream/FlowDocSpec.scala#flow-mat-combine +.. includecode:: ../../../akka-samples/akka-docs-java-lambda/src/test/java/docs/stream/FlowDocTest.java#flow-mat-combine Stream ordering