test update

This commit is contained in:
Oleg Zhurakousky
2018-04-09 18:28:15 -04:00
committed by GitHub
parent 41bea59afd
commit 3c483e4f82

View File

@@ -69,7 +69,7 @@ public class StreamdemoApplication {
@Bean
@InboundChannelAdapter(value = Source.OUTPUT)
public MessageSource<String> timerMessageSource() {
private MessageSource<String> timerMessageSource() {
return () -> new GenericMessage<>(new SimpleDateFormat().format(new Date()));
}