Cleanup todo items

This resolves #485
This commit is contained in:
Ilayaperumal Gopinathan
2016-04-15 19:28:21 +05:30
committed by Marius Bogoevici
parent 842d11ae91
commit c815420305
3 changed files with 0 additions and 12 deletions

View File

@@ -141,7 +141,6 @@ public class SubjectMessageHandler extends AbstractMessageProducingHandler imple
}
@Override
//todo: support module input type
protected void handleMessageInternal(Message<?> message) throws Exception {
subject.onNext(message.getPayload());
}