test update

This commit is contained in:
Oleg Zhurakousky
2018-04-09 18:29:36 -04:00
committed by GitHub
parent 3c483e4f82
commit 0c3d89c2c7

View File

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