From c77e868a3322969c06d4f38989cd113888d50e21 Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Tue, 18 Aug 2015 08:24:37 +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 9f39f280f..b08893a0e 100644 --- a/spring-cloud-stream.html +++ b/spring-cloud-stream.html @@ -428,7 +428,7 @@ body.book #toc,body.book #preamble,body.book h1.sect0,body.book .sect1>h2{page-b @ComponentScan(basePackageClasses=TimerSource.class) public class ModuleApplication { - public static void main(String[] args) throws InterruptedException { + public static void main(String[] args) { SpringApplication.run(ModuleApplication.class, args); } @@ -624,7 +624,7 @@ The main set of samples are "vanilla" in the sense that they are not deployable