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