Resolved some TODOs. Changed signature of StepDao to use entity instead of ID.
This commit is contained in:
@@ -160,7 +160,6 @@ public class TaskExecutorRepeatTemplate extends RepeatTemplate {
|
||||
try {
|
||||
value = future.getResult();
|
||||
} catch (InterruptedException e) {
|
||||
// TODO: cancel batch?
|
||||
Thread.currentThread().interrupt();
|
||||
value = e;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user