MapStepExecutionDao was clearing only one (of two) maps on clear()

This commit is contained in:
robokaso
2008-06-06 13:18:26 +00:00
parent 61c21ed663
commit 143b1e6be0

View File

@@ -44,6 +44,7 @@ public class MapStepExecutionDao implements StepExecutionDao {
public static void clear() {
executionsByJobExecutionId.clear();
contextsByStepExecutionId.clear();
}
public ExecutionContext findExecutionContext(StepExecution stepExecution) {