fix after review
This commit is contained in:
parent
a8c6ca0945
commit
2ddd2712ee
2 changed files with 0 additions and 10 deletions
|
|
@ -8,7 +8,6 @@ import ru.spcex.clearing.dbf.exporter.logic.data.ResultContainer;
|
|||
import ru.spcex.clearing.dbf.exporter.logic.data.enums.Table;
|
||||
import ru.spcex.clearing.dbf.exporter.logic.stages.Processor;
|
||||
|
||||
import javax.annotation.PreDestroy;
|
||||
import java.util.Map;
|
||||
|
||||
@Service("dbfExportService")
|
||||
|
|
@ -30,8 +29,4 @@ public class DBFExportService {
|
|||
}
|
||||
}
|
||||
|
||||
@PreDestroy
|
||||
public void shutdownTaskExecutor() {
|
||||
executor.shutdown();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -9,7 +9,6 @@ import ru.spcex.clearing.dbf.importer.logic.data.ResultContainer;
|
|||
import ru.spcex.clearing.dbf.importer.logic.data.enums.Table;
|
||||
import ru.spcex.clearing.dbf.importer.logic.stages.Processor;
|
||||
|
||||
import javax.annotation.PreDestroy;
|
||||
import java.io.File;
|
||||
import java.util.List;
|
||||
import java.util.Map;
|
||||
|
|
@ -41,8 +40,4 @@ public class DBFImporterService {
|
|||
}
|
||||
}
|
||||
|
||||
@PreDestroy
|
||||
public void shutdownTaskExecutor() {
|
||||
executorService.shutdown();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue