Fix typo in docs sink->source

This commit is contained in:
Dave Syer
2015-07-17 09:38:37 +01:00
parent 545bf250c9
commit 1a34f37bce

View File

@@ -66,7 +66,7 @@ public class ModuleApplicationTests {
@Test
public void contextLoads() {
assertNotNull(this.sink.output());
assertNotNull(this.source.output());
}
}