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