From 0c3d89c2c7f034ead29a70cc48f9a1651b69e2e4 Mon Sep 17 00:00:00 2001 From: Oleg Zhurakousky Date: Mon, 9 Apr 2018 18:29:36 -0400 Subject: [PATCH] test update --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index b690052f2..115b84444 100644 --- a/index.html +++ b/index.html @@ -69,7 +69,7 @@ public class StreamdemoApplication { @Bean @InboundChannelAdapter(value = Source.OUTPUT) - private MessageSource timerMessageSource() { + public MessageSource timerMessageSource() { return () -> new GenericMessage<>(new SimpleDateFormat().format(new Date())); }