Removing TODOs.

This commit is contained in:
Mark Fisher
2008-11-25 21:32:20 +00:00
parent f572b370f3
commit 9ab1e73996
4 changed files with 15 additions and 14 deletions

View File

@@ -130,7 +130,6 @@ public class MessageMappingMethodInvoker {
try {
if (message != null) {
result = invoker.invokeMethod(message);
// TODO: set this on the invoker
this.methodsExpectingMessage.add(method);
}
}