From 836bcefeefdb6a792ef3de2dbdd438398d862713 Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Fri, 23 Oct 2015 17:12:13 +0000 Subject: [PATCH] Sync docs from master to gh-pages --- spring-cloud-stream.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-cloud-stream.html b/spring-cloud-stream.html index 053cc8f58..873237ca6 100644 --- a/spring-cloud-stream.html +++ b/spring-cloud-stream.html @@ -473,7 +473,7 @@ public class TimerSource { public class ModuleApplicationTests { @Autowired - private Source source + private Source source; @Test public void contextLoads() { @@ -582,7 +582,7 @@ The main set of samples are "vanilla" in the sense that they are not deployable