Resolved some TODOs. Changed signature of StepDao to use entity instead of ID.

This commit is contained in:
dsyer
2008-01-28 13:17:56 +00:00
parent 2e84c5a900
commit d173f0c022
9 changed files with 21 additions and 23 deletions

View File

@@ -160,7 +160,6 @@ public class TaskExecutorRepeatTemplate extends RepeatTemplate {
try {
value = future.getResult();
} catch (InterruptedException e) {
// TODO: cancel batch?
Thread.currentThread().interrupt();
value = e;
}